#02C489

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

Shades of Caribbean Green #02C489

Tints of Caribbean Green #02C489

Color information

#02C489 (or 0x02C489) is unknown color: approx Caribbean Green. HEX triplet: 02, C4 and 89. RGB value is (2,196,137). Sum of RGB (Red+Green+Blue) = 2+196+137=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 196 (76.95% from 255 or 58.51% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 196 - color contains mainly: green. Hex color #02C489 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C489 is #FD3B76. Grayscale: #838383. Windows color (decimal): -16595831 or 9028610. OLE color: 9028610.

HSL color Cylindrical-coordinate representation of color #02C489: hue angle of 161.75º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C489 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB2196137-
CMYK0.9900.300.23
HSL161.75º97.98%38.82%-
HSV(B)161.75º98.98%76.86%-
XYZ24.2841.330.36-
YUV131.27131.2335.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.60%
GREEN value IS 196 (76.95% from 255) = 58.51%
BLUE value IS 137 (53.91% from 255) = 40.90%
R=0.60%
G=58.51%
B=40.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal21961370.9900.300.23161.7597.9838.82
Hex2C4896301E17a26227
Octal23042111430362724214247
Binary101100010010001001110001101111010111101000101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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