#02C6AC

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

Shades of Caribbean Green #02C6AC

Tints of Caribbean Green #02C6AC

Color information

#02C6AC (or 0x02C6AC) is unknown color: approx Caribbean Green. HEX triplet: 02, C6 and AC. RGB value is (2,198,172). Sum of RGB (Red+Green+Blue) = 2+198+172=372 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 372); Green value is 198 (77.73% from 255 or 53.23% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 198 - color contains mainly: green. Hex color #02C6AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C6AC is #FD3953. Grayscale: #888888. Windows color (decimal): -16595284 or 11322882. OLE color: 11322882.

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

Color convert

RGB2198172-
CMYK0.9900.130.22
HSL172.04º98%39.22%-
HSV(B)172.04º98.99%77.65%-
XYZ27.6743.3845.94-
YUV136.43148.0732.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.54%
GREEN value IS 198 (77.73% from 255) = 53.23%
BLUE value IS 172 (67.58% from 255) = 46.24%
R=0.54%
G=53.23%
B=46.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal21981720.9900.130.22172.049839.22
Hex2C6AC630D16ac6227
Octal23062541430152625414247
Binary10110001101010110011000110110110110101011001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,198,172); }

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

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

 a { background-color: rgb(2,198,172); }

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

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

 span { border-color: rgb(2,198,172); }

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