COLOR #00A598

HEX: #00A598
RGB: (0,165,152)

Renk bilgisi

#00A598 contains only green and blue colors. #00A598 ‘ nin web güvenlik rengi #009999 (ya da #099) dir.

RGB renk modeli

#00A598 color RGB value is (0,165,152).

  • kırmız ton 0;
  • yeşil ton 165;
  • mavi ton 152.
RGB:
(0,165,152)
(0%,65%,60%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 165 of 255 = 65%
B 152 of 255 = 60%

0
165
152

R + G + B ~ 42%. #00A598 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 165 + 152 = 317 (100%)
R 0 of 317 ~ 0%
G 165 of 317 ~ 52.05%
B 152 of 317 ~ 47.95%

%52.05
%47.95

CMYK RENK MODELİ

#00A598 rengi CMYK tonu (100,0,8,35).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 7.88%
  • ana renk tonu 35.29%
CMYK:
(100,0,8,35)
C100M0Y8K35 
(100%,0%,8%,35%)
(1.00/0.00/0.08/0.35)	

CMYK yüzdeleri

%100
%0
%7.88
%35.29

Codes

Color #00A598 in popluar color models

00A598
RGB0165152
HSL175°100.00%32.35%
HSB/HSV175°100.00%64.71%
CMYK100.00%0.00%7.88%
35.29%

Color #00A598 in popluar number systems.

HEX00A598
Decimal0165152
Binary01010010110011000
Octal0245230

Shades and tints

Shades of #00A598

#00A598
(0,165,152)
#00968B
(0,150,139)
#00877E
(0,135,126)
#007871
(0,120,113)
#006964
(0,105,100)
#005A57
(0,90,87)
#004B4A
(0,75,74)
#003C3D
(0,60,61)
#002D30
(0,45,48)
#001E23
(0,30,35)
#000F16
(0,15,22)
#000000
(0,0,0)

Tints of #00A598

#00A598
(0,165,152)
#17ADA1
(23,173,161)
#2EB5AA
(46,181,170)
#45BDB3
(69,189,179)
#5CC5BC
(92,197,188)
#73CDC5
(115,205,197)
#8AD5CE
(138,213,206)
#A1DDD7
(161,221,215)
#B8E5E0
(184,229,224)
#CFEDE9
(207,237,233)
#E6F5F2
(230,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00A598 color. Also use rgb(0,165,152) instead hex code.

Text Font Color

.myTextColor { color: #00A598; }

<p style="color:#00A598">This sample text font color is #00A598.</p>

This text font color is #00A598.


Background Color

.myBgColor { background-color: #00A598; }

<div style="background-color:#00A598">Inner text</div>

This div background color is #00A598.


Border color

.myBorderColor { border: 1px solid #00A598; }

<div style="border:3px solid #00A598">Div</div>

This div border color is #00A598.


Opacity

.myOpacity80 { color: #00A598; opacity: 0.8; }

<p style="color:#00A598;opacity:0.8;">80%</p>

Text with #00A598 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00A598;}

<p style="text-shadow: 3px 3px 1px #00A598">Text here.</p>

This text has shadow with #00A598 color.

.textShadow {text-shadow: 3px 3px 1px #00A598, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00A598, 5px 5px 20px red">Text here.</p>

This text has shadow with #00A598 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00A598, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00A598, Direction=45, Strength=4)">Text</p>

This text has shadow with #00A598 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00A598;
  -webkit-box-shadow:	1px 1px 3px 2px #00A598;
  box-shadow:		1px 1px 3px 2px #00A598;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00A598;
-webkit-box-shadow: 1px 1px 3px 2px #00A598;
box-shadow:1px 1px 3px 2px #00A598;">
Div content here</div>
This div box has shadow with color #00A598.

Preview

Color preview on black background

This text has color #00A598 on black background.


Color preview on white background

This text has color #00A598 on white background.



Black color preview on #00A598 background

This text has black color on #00A598 background.


White color preview on #00A598 background

This text has white color on #00A598 background.