#02C0A8

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

Shades of Caribbean Green #02C0A8

Tints of Caribbean Green #02C0A8

Color information

#02C0A8 (or 0x02C0A8) is unknown color: approx Caribbean Green. HEX triplet: 02, C0 and A8. RGB value is (2,192,168). Sum of RGB (Red+Green+Blue) = 2+192+168=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #02C0A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C0A8 is #FD3F57. Grayscale: #848484. Windows color (decimal): -16596824 or 11059202. OLE color: 11059202.

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

Color convert

RGB2192168-
CMYK0.9900.120.25
HSL172.42º97.94%38.04%-
HSV(B)172.42º98.96%75.29%-
XYZ25.9440.5443.5-
YUV132.45148.0534.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.55%
GREEN value IS 192 (75.39% from 255) = 53.04%
BLUE value IS 168 (66.02% from 255) = 46.41%
R=0.55%
G=53.04%
B=46.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21921680.9900.120.25172.4297.9438.04
Hex2C0A8630C19ac6226
Octal23002501430143125414246
Binary10110000001010100011000110110011001101011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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