#04CB82

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

Shades of Caribbean Green #04CB82

Tints of Caribbean Green #04CB82

Color information

#04CB82 (or 0x04CB82) is unknown color: approx Caribbean Green. HEX triplet: 04, CB and 82. RGB value is (4,203,130). Sum of RGB (Red+Green+Blue) = 4+203+130=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CB82 is #FB347D. Grayscale: #878787. Windows color (decimal): -16462974 or 8571652. OLE color: 8571652.

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

Color convert

RGB4203130-
CMYK0.9800.360.20
HSL157.99º96.14%40.59%-
HSV(B)157.99º98.03%79.61%-
XYZ25.4444.3528.34-
YUV135.18125.0734.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.19%
GREEN value IS 203 (79.69% from 255) = 60.24%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=1.19%
G=60.24%
B=38.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal42031300.9800.360.20157.9996.1440.59
Hex4CB8262024149e6029
Octal43132021420442423614051
Binary10011001011100000101100010010010010100100111101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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