#02C2A9

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

Shades of Caribbean Green #02C2A9

Tints of Caribbean Green #02C2A9

Color information

#02C2A9 (or 0x02C2A9) is unknown color: approx Caribbean Green. HEX triplet: 02, C2 and A9. RGB value is (2,194,169). Sum of RGB (Red+Green+Blue) = 2+194+169=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #02C2A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C2A9 is #FD3D56. Grayscale: #858585. Windows color (decimal): -16596311 or 11125250. OLE color: 11125250.

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

Color convert

RGB2194169-
CMYK0.9900.130.24
HSL172.19º97.96%38.43%-
HSV(B)172.19º98.97%76.08%-
XYZ26.4841.4644.14-
YUV133.74147.8934.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.55%
GREEN value IS 194 (76.17% from 255) = 53.15%
BLUE value IS 169 (66.41% from 255) = 46.30%
R=0.55%
G=53.15%
B=46.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21941690.9900.130.24172.1997.9638.43
Hex2C2A9630D18ac6226
Octal23022511430153025414246
Binary10110000101010100111000110110111000101011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,194,169); }

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

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

 a { background-color: rgb(2,194,169); }

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

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

 span { border-color: rgb(2,194,169); }

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