Html Css Color HEX #04AA9F Persian Green

📋 copy color: '#04AA9F'

red 4 ◦ green 170 ◦ blue 159

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

Shades of Persian Green #04AA9F

Tints of Persian Green #04AA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.75%

R = 1.2%
G = 51.05%
B = 47.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#04AA9F (or 0x04AA9F) is known color: Persian Green. HEX triplet: 04, AA and 9F. RGB value is (4,170,159). Sum of RGB (Red+Green+Blue) = 4+170+159=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AA9F is #FB5560. Grayscale: #767676. Windows color (decimal): -16471393 or 10463748. OLE color: 10463748.

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

Color convert

RGB 4 170 159 -
CMYK 0.98 0 0.06 0.33
HSL 176.02º 0.95% 0.34% -
HSV(B) 176.02º 0.98% 0.67% -
XYZ 20.68 31.28 37.75 -
YUV 119.11 150.5 45.89 -
System Red Green Blue C M Y K H S L
Decimal 4 170 159 0.98 0 0.06 0.33 176.02 0.95 0.34
Hex 4 AA 9F 62 0 6 21 B0 5F 22
Octal 4 252 237 142 0 6 41 260 137 42
Binary 100 10101010 10011111 1100010 0 110 100001 10110000 1011111 100010

Color Harmonies of #04AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AA9F

Black with #04AA9F

Text Example


Text Example

White with #04AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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