#04C6AB

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

Shades of Caribbean Green #04C6AB

Tints of Caribbean Green #04C6AB

Color information

#04C6AB (or 0x04C6AB) is unknown color: approx Caribbean Green. HEX triplet: 04, C6 and AB. RGB value is (4,198,171). Sum of RGB (Red+Green+Blue) = 4+198+171=373 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #04C6AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C6AB is #FB3954. Grayscale: #888888. Windows color (decimal): -16464213 or 11257348. OLE color: 11257348.

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

Color convert

RGB4198171-
CMYK0.9800.140.22
HSL171.65º96.04%39.61%-
HSV(B)171.65º97.98%77.65%-
XYZ27.5943.3545.44-
YUV136.92147.2333.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.07%
GREEN value IS 198 (77.73% from 255) = 53.08%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=1.07%
G=53.08%
B=45.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal41981710.9800.140.22171.6596.0439.61
Hex4C6AB620E16ac6028
Octal43062531420162625414050
Binary100110001101010101111000100111010110101011001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,198,171); }

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

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

 a { background-color: rgb(4,198,171); }

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

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

 span { border-color: rgb(4,198,171); }

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