Html Css Color HEX #04CEAA Caribbean Green

📋 copy color: '#04CEAA'

red 4 ◦ green 206 ◦ blue 170

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

Shades of Caribbean Green #04CEAA

Tints of Caribbean Green #04CEAA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.21%

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

R = 1.05%
G = 54.21%
B = 44.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#04CEAA (or 0x04CEAA) is known color: Caribbean Green. HEX triplet: 04, CE and AA. RGB value is (4,206,170). Sum of RGB (Red+Green+Blue) = 4+206+170=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #04CEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CEAA is #FB3155. Grayscale: #8D8D8D. Windows color (decimal): -16462166 or 11193860. OLE color: 11193860.

HSL color Cylindrical-coordinate representation of color #04CEAA: hue angle of 169.31º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CEAA is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 206 170 -
CMYK 0.98 0 0.17 0.19
HSL 169.31º 0.96% 0.41% -
HSV(B) 169.31º 0.98% 0.81% -
XYZ 29.38 47.07 45.57 -
YUV 141.5 144.08 29.93 -
System Red Green Blue C M Y K H S L
Decimal 4 206 170 0.98 0 0.17 0.19 169.31 0.96 0.41
Hex 4 CE AA 62 0 11 13 A9 60 29
Octal 4 316 252 142 0 21 23 251 140 51
Binary 100 11001110 10101010 1100010 0 10001 10011 10101001 1100000 101001

Color Harmonies of #04CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CEAA

Black with #04CEAA

Text Example


Text Example

White with #04CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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