Html Css Color HEX #04AFAA Persian Green

📋 copy color: '#04AFAA'

red 4 ◦ green 175 ◦ blue 170

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

Shades of Persian Green #04AFAA

Tints of Persian Green #04AFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.14%

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

R = 1.15%
G = 50.14%
B = 48.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#04AFAA (or 0x04AFAA) is known color: Persian Green. HEX triplet: 04, AF and AA. RGB value is (4,175,170). Sum of RGB (Red+Green+Blue) = 4+175+170=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #04AFAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AFAA is #FB5055. Grayscale: #7B7B7B. Windows color (decimal): -16470102 or 11185924. OLE color: 11185924.

HSL color Cylindrical-coordinate representation of color #04AFAA: hue angle of 178.25º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AFAA is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 175 170 -
CMYK 0.98 0 0.03 0.31
HSL 178.25º 0.96% 0.35% -
HSV(B) 178.25º 0.98% 0.69% -
XYZ 22.64 33.59 43.32 -
YUV 123.3 154.35 42.91 -
System Red Green Blue C M Y K H S L
Decimal 4 175 170 0.98 0 0.03 0.31 178.25 0.96 0.35
Hex 4 AF AA 62 0 3 1F B2 60 23
Octal 4 257 252 142 0 3 37 262 140 43
Binary 100 10101111 10101010 1100010 0 11 11111 10110010 1100000 100011

Color Harmonies of #04AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AFAA

Black with #04AFAA

Text Example


Text Example

White with #04AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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