#02CB99

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

Shades of Caribbean Green #02CB99

Tints of Caribbean Green #02CB99

Color information

#02CB99 (or 0x02CB99) is unknown color: approx Caribbean Green. HEX triplet: 02, CB and 99. RGB value is (2,203,153). Sum of RGB (Red+Green+Blue) = 2+203+153=358 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CB99 is #FD3466. Grayscale: #898989. Windows color (decimal): -16594023 or 10078978. OLE color: 10078978.

HSL color Cylindrical-coordinate representation of color #02CB99: hue angle of 165.07º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CB99 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB2203153-
CMYK0.9900.250.20
HSL165.07º98.05%40.2%-
HSV(B)165.07º99.01%79.61%-
XYZ27.1345.0237.4-
YUV137.2136.9131.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 203 (79.69% from 255) = 56.70%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=0.56%
G=56.70%
B=42.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal22031530.9900.250.20165.0798.0540.2
Hex2CB996301914a56228
Octal23132311430312424514250
Binary101100101110011001110001101100110100101001011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02CB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02CB99; }

 p { color: rgb(2,203,153); }

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

<style>
 a { background-color: #02CB99; }

 a { background-color: rgb(2,203,153); }

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

<style>
 span { border-color: #02CB99; }

 span { border-color: rgb(2,203,153); }

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