Html Css Color HEX #04AAA9 Persian Green

📋 copy color: '#04AAA9'

red 4 ◦ green 170 ◦ blue 169

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

Shades of Persian Green #04AAA9

Tints of Persian Green #04AAA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 49.27%

R = 1.17%
G = 49.56%
B = 49.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#04AAA9 (or 0x04AAA9) is known color: Persian Green. HEX triplet: 04, AA and A9. RGB value is (4,170,169). Sum of RGB (Red+Green+Blue) = 4+170+169=343 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 169 (66.41% from 255 or 49.27% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #04AAA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AAA9 is #FB5556. Grayscale: #787878. Windows color (decimal): -16471383 or 11119108. OLE color: 11119108.

HSL color Cylindrical-coordinate representation of color #04AAA9: hue angle of 179.64º 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 #04AAA9 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 170 169 -
CMYK 0.98 0 0.01 0.33
HSL 179.64º 0.95% 0.34% -
HSV(B) 179.64º 0.98% 0.67% -
XYZ 21.59 31.64 42.51 -
YUV 120.25 155.5 45.08 -
System Red Green Blue C M Y K H S L
Decimal 4 170 169 0.98 0 0.01 0.33 179.64 0.95 0.34
Hex 4 AA A9 62 0 1 21 B4 5F 22
Octal 4 252 251 142 0 1 41 264 137 42
Binary 100 10101010 10101001 1100010 0 1 100001 10110100 1011111 100010

Color Harmonies of #04AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AAA9

Black with #04AAA9

Text Example


Text Example

White with #04AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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