#04CCA9

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

Shades of Caribbean Green #04CCA9

Tints of Caribbean Green #04CCA9

Color information

#04CCA9 (or 0x04CCA9) is unknown color: approx Caribbean Green. HEX triplet: 04, CC and A9. RGB value is (4,204,169). Sum of RGB (Red+Green+Blue) = 4+204+169=377 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #04CCA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CCA9 is #FB3356. Grayscale: #8C8C8C. Windows color (decimal): -16462679 or 11127812. OLE color: 11127812.

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

Color convert

RGB4204169-
CMYK0.9800.170.2
HSL169.5º96.15%40.78%-
HSV(B)169.5º98.04%80%-
XYZ28.846.0844.91-
YUV140.21144.2430.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.06%
GREEN value IS 204 (80.08% from 255) = 54.11%
BLUE value IS 169 (66.41% from 255) = 44.83%
R=1.06%
G=54.11%
B=44.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal42041690.9800.170.2169.596.1540.78
Hex4CCA96201114aa6029
Octal43142511420212425214051
Binary1001100110010101001110001001000110100101010101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,204,169); }

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

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

 a { background-color: rgb(4,204,169); }

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

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

 span { border-color: rgb(4,204,169); }

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