Html Css Color HEX #04AA9E Persian Green

📋 copy color: '#04AA9E'

red 4 ◦ green 170 ◦ blue 158

#04AA9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #04AA9E

Tints of Persian Green #04AA9E

RGB

 RED value IS 4 (1.95% from 255) = 1.2%

 GREEN value IS 170 (66.8% from 255) = 51.2%

 BLUE value IS 158 (62.11% from 255) = 47.59%

R = 1.2%
G = 51.2%
B = 47.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#04AA9E (or 0x04AA9E) is known color: Persian Green. HEX triplet: 04, AA and 9E. RGB value is (4,170,158). Sum of RGB (Red+Green+Blue) = 4+170+158=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AA9E is #FB5561. Grayscale: #767676. Windows color (decimal): -16471394 or 10398212. OLE color: 10398212.

HSL color Cylindrical-coordinate representation of color #04AA9E: hue angle of 175.66º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AA9E is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 170 158 -
CMYK 0.98 0 0.07 0.33
HSL 175.66º 0.95% 0.34% -
HSV(B) 175.66º 0.98% 0.67% -
XYZ 20.6 31.24 37.29 -
YUV 119 150 45.98 -
System Red Green Blue C M Y K H S L
Decimal 4 170 158 0.98 0 0.07 0.33 175.66 0.95 0.34
Hex 4 AA 9E 62 0 7 21 B0 5F 22
Octal 4 252 236 142 0 7 41 260 137 42
Binary 100 10101010 10011110 1100010 0 111 100001 10110000 1011111 100010

Color Harmonies of #04AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AA9E

Black with #04AA9E

Text Example


Text Example

White with #04AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04AA9E; }

 p { color: rgb(4,170,158); }

 H1.HeaderClassName
 {
   color: #04AA9E;
 }
 .AnyTagClassName
 {
   color: #04AA9E;
 }
</style>

background-color css

<style>
 a { background-color: #04AA9E; }

 a { background-color: rgb(4,170,158); }

 div.DivClassName
 {
   background-color: #04AA9E;
 }
 .BgClassName
 {
   background-color: #04AA9E;
 }
</style>

border-color css

<style>
 span { border-color: #04AA9E; }

 span { border-color: rgb(4,170,158); }

 td.TdClassName
 {
   border-color: #04AA9E;
 }
 .TagClassName
 {
   border-color: #04AA9E;
 }
</style>