#02C082

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

Shades of Caribbean Green #02C082

Tints of Caribbean Green #02C082

Color information

#02C082 (or 0x02C082) is unknown color: approx Caribbean Green. HEX triplet: 02, C0 and 82. RGB value is (2,192,130). Sum of RGB (Red+Green+Blue) = 2+192+130=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #02C082 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C082 is #FD3F7D. Grayscale: #808080. Windows color (decimal): -16596862 or 8568834. OLE color: 8568834.

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

Color convert

RGB2192130-
CMYK0.9900.320.25
HSL160.42º97.94%38.04%-
HSV(B)160.42º98.96%75.29%-
XYZ22.939.3227.5-
YUV128.12129.0538.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 192 (75.39% from 255) = 59.26%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=0.62%
G=59.26%
B=40.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21921300.9900.320.25160.4297.9438.04
Hex2C0826302019a06226
Octal23002021430403124014246
Binary1011000000100000101100011010000011001101000001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,192,130); }

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

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

 a { background-color: rgb(2,192,130); }

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

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

 span { border-color: rgb(2,192,130); }

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