#04C8A2

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

Shades of Caribbean Green #04C8A2

Tints of Caribbean Green #04C8A2

Color information

#04C8A2 (or 0x04C8A2) is unknown color: approx Caribbean Green. HEX triplet: 04, C8 and A2. RGB value is (4,200,162). Sum of RGB (Red+Green+Blue) = 4+200+162=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 200 (78.52% from 255 or 54.64% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 200 - color contains mainly: green. Hex color #04C8A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C8A2 is #FB375D. Grayscale: #898989. Windows color (decimal): -16463710 or 10668036. OLE color: 10668036.

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

Color convert

RGB4200162-
CMYK0.9800.190.22
HSL168.37º96.08%40%-
HSV(B)168.37º98%78.43%-
XYZ27.2343.9441.23-
YUV137.06142.0733.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.09%
GREEN value IS 200 (78.52% from 255) = 54.64%
BLUE value IS 162 (63.67% from 255) = 44.26%
R=1.09%
G=54.64%
B=44.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal42001620.9800.190.22168.3796.0840
Hex4C8A26201316a86028
Octal43102421420232625014050
Binary1001100100010100010110001001001110110101010001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,200,162); }

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

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

 a { background-color: rgb(4,200,162); }

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

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

 span { border-color: rgb(4,200,162); }

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