#02CB83

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

Shades of Caribbean Green #02CB83

Tints of Caribbean Green #02CB83

Color information

#02CB83 (or 0x02CB83) is unknown color: approx Caribbean Green. HEX triplet: 02, CB and 83. RGB value is (2,203,131). Sum of RGB (Red+Green+Blue) = 2+203+131=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 203 (79.69% from 255 or 60.42% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CB83 is #FD347C. Grayscale: #868686. Windows color (decimal): -16594045 or 8637186. OLE color: 8637186.

HSL color Cylindrical-coordinate representation of color #02CB83: hue angle of 158.51º 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 #02CB83 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB2203131-
CMYK0.9900.350.20
HSL158.51º98.05%40.2%-
HSV(B)158.51º99.01%79.61%-
XYZ25.4844.3628.69-
YUV134.69125.9133.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.60%
GREEN value IS 203 (79.69% from 255) = 60.42%
BLUE value IS 131 (51.56% from 255) = 38.99%
R=0.60%
G=60.42%
B=38.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal22031310.9900.350.20158.5198.0540.2
Hex2CB8363023149f6228
Octal23132031430432423714250
Binary1011001011100000111100011010001110100100111111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02CB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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