Html Css Color HEX #04AAAA Persian Green

📋 copy color: '#04AAAA'

red 4 ◦ green 170 ◦ blue 170

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

Shades of Persian Green #04AAAA

Tints of Persian Green #04AAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.42%

R = 1.16%
G = 49.42%
B = 49.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#04AAAA (or 0x04AAAA) is known color: Persian Green. HEX triplet: 04, AA and AA. RGB value is (4,170,170). Sum of RGB (Red+Green+Blue) = 4+170+170=344 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #04AAAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AAAA is #FB5555. Grayscale: #787878. Windows color (decimal): -16471382 or 11184644. OLE color: 11184644.

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

Color convert

RGB 4 170 170 -
CMYK 0.98 0 0 0.33
HSL 180º 0.95% 0.34% -
HSV(B) 180º 0.98% 0.67% -
XYZ 21.68 31.68 43 -
YUV 120.37 156 45 -
System Red Green Blue C M Y K H S L
Decimal 4 170 170 0.98 0 0 0.33 180 0.95 0.34
Hex 4 AA AA 62 0 0 21 B4 5F 22
Octal 4 252 252 142 0 0 41 264 137 42
Binary 100 10101010 10101010 1100010 0 0 100001 10110100 1011111 100010

Color Harmonies of #04AAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AAAA

Black with #04AAAA

Text Example


Text Example

White with #04AAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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