Html Css Color HEX #04CAA0 Caribbean Green

📋 copy color: '#04CAA0'

red 4 ◦ green 202 ◦ blue 160

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

Shades of Caribbean Green #04CAA0

Tints of Caribbean Green #04CAA0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.19%

 BLUE value IS 160 (62.89% from 255) = 43.72%

R = 1.09%
G = 55.19%
B = 43.72%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#04CAA0 (or 0x04CAA0) is known color: Caribbean Green. HEX triplet: 04, CA and A0. RGB value is (4,202,160). Sum of RGB (Red+Green+Blue) = 4+202+160=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #04CAA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CAA0 is #FB355F. Grayscale: #898989. Windows color (decimal): -16463200 or 10537476. OLE color: 10537476.

HSL color Cylindrical-coordinate representation of color #04CAA0: hue angle of 167.27º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CAA0 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 4 202 160 -
CMYK 0.98 0 0.21 0.21
HSL 167.27º 0.96% 0.4% -
HSV(B) 167.27º 0.98% 0.79% -
XYZ 27.52 44.8 40.46 -
YUV 138.01 140.4 32.42 -
System Red Green Blue C M Y K H S L
Decimal 4 202 160 0.98 0 0.21 0.21 167.27 0.96 0.4
Hex 4 CA A0 62 0 15 15 A7 60 28
Octal 4 312 240 142 0 25 25 247 140 50
Binary 100 11001010 10100000 1100010 0 10101 10101 10100111 1100000 101000

Color Harmonies of #04CAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CAA0

Black with #04CAA0

Text Example


Text Example

White with #04CAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,202,160); }

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

background-color css

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

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

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

border-color css

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

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

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