#02C4A1

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

Shades of Caribbean Green #02C4A1

Tints of Caribbean Green #02C4A1

Color information

#02C4A1 (or 0x02C4A1) is unknown color: approx Caribbean Green. HEX triplet: 02, C4 and A1. RGB value is (2,196,161). Sum of RGB (Red+Green+Blue) = 2+196+161=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 196 (76.95% from 255 or 54.60% from 359); Blue value is 161 (63.28% from 255 or 44.85% from 359); Max value from RGB is 196 - color contains mainly: green. Hex color #02C4A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C4A1 is #FD3B5E. Grayscale: #858585. Windows color (decimal): -16595807 or 10601474. OLE color: 10601474.

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

Color convert

RGB2196161-
CMYK0.9900.180.23
HSL169.18º97.98%38.82%-
HSV(B)169.18º98.98%76.86%-
XYZ26.242.0740.46-
YUV134143.2333.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 196 (76.95% from 255) = 54.60%
BLUE value IS 161 (63.28% from 255) = 44.85%
R=0.56%
G=54.60%
B=44.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal21961610.9900.180.23169.1897.9838.82
Hex2C4A16301217a96227
Octal23042411430222725114247
Binary101100010010100001110001101001010111101010011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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