#04CB95

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

Shades of Caribbean Green #04CB95

Tints of Caribbean Green #04CB95

Color information

#04CB95 (or 0x04CB95) is unknown color: approx Caribbean Green. HEX triplet: 04, CB and 95. RGB value is (4,203,149). Sum of RGB (Red+Green+Blue) = 4+203+149=356 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CB95 is #FB346A. Grayscale: #898989. Windows color (decimal): -16462955 or 9816836. OLE color: 9816836.

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

Color convert

RGB4203149-
CMYK0.9800.270.20
HSL163.72º96.14%40.59%-
HSV(B)163.72º98.03%79.61%-
XYZ26.8344.9135.69-
YUV137.34134.5732.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.12%
GREEN value IS 203 (79.69% from 255) = 57.02%
BLUE value IS 149 (58.59% from 255) = 41.85%
R=1.12%
G=57.02%
B=41.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal42031490.9800.270.20163.7296.1440.59
Hex4CB956201B14a46029
Octal43132251420332424414051
Binary1001100101110010101110001001101110100101001001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,203,149); }

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

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

 a { background-color: rgb(4,203,149); }

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

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

 span { border-color: rgb(4,203,149); }

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