#02C089

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

Shades of Caribbean Green #02C089

Tints of Caribbean Green #02C089

Color information

#02C089 (or 0x02C089) is unknown color: approx Caribbean Green. HEX triplet: 02, C0 and 89. RGB value is (2,192,137). Sum of RGB (Red+Green+Blue) = 2+192+137=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #02C089 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C089 is #FD3F76. Grayscale: #808080. Windows color (decimal): -16596855 or 9027586. OLE color: 9027586.

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

Color convert

RGB2192137-
CMYK0.9900.290.25
HSL162.63º97.94%38.04%-
HSV(B)162.63º98.96%75.29%-
XYZ23.3939.5230.06-
YUV128.92132.5537.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.60%
GREEN value IS 192 (75.39% from 255) = 58.01%
BLUE value IS 137 (53.91% from 255) = 41.39%
R=0.60%
G=58.01%
B=41.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21921370.9900.290.25162.6397.9438.04
Hex2C0896301D19a36226
Octal23002111430353124314246
Binary101100000010001001110001101110111001101000111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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