#04CAAA

Color #04CAAA Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #04CAAA

Tints of Caribbean Green #04CAAA

Color information

#04CAAA (or 0x04CAAA) is unknown color: approx Caribbean Green. HEX triplet: 04, CA and AA. RGB value is (4,202,170). Sum of RGB (Red+Green+Blue) = 4+202+170=376 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #04CAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CAAA is #FB3555. Grayscale: #8B8B8B. Windows color (decimal): -16463190 or 11192836. OLE color: 11192836.

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

Color convert

RGB4202170-
CMYK0.9800.160.21
HSL170.3º96.12%40.39%-
HSV(B)170.3º98.02%79.22%-
XYZ28.4345.1745.25-
YUV139.15145.431.6-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.06%
GREEN value IS 202 (79.30% from 255) = 53.72%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=1.06%
G=53.72%
B=45.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42021700.9800.160.21170.396.1240.39
Hex4CAAA6201015aa6028
Octal43122521420202525214050
Binary1001100101010101010110001001000010101101010101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04CAAA;
 }
 .AnyTagClassName
 {
   color: #04CAAA;
 }
</style>
background-color css

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

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

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

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

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

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