#02C78E

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

Shades of Caribbean Green #02C78E

Tints of Caribbean Green #02C78E

Color information

#02C78E (or 0x02C78E) is unknown color: approx Caribbean Green. HEX triplet: 02, C7 and 8E. RGB value is (2,199,142). Sum of RGB (Red+Green+Blue) = 2+199+142=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 199 (78.12% from 255 or 58.02% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 199 - color contains mainly: green. Hex color #02C78E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C78E is #FD3871. Grayscale: #858585. Windows color (decimal): -16595058 or 9357058. OLE color: 9357058.

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

Color convert

RGB2199142-
CMYK0.9900.290.22
HSL162.64º98.01%39.41%-
HSV(B)162.64º98.99%78.04%-
XYZ25.3342.8132.52-
YUV133.6132.7334.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 199 (78.12% from 255) = 58.02%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=0.58%
G=58.02%
B=41.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal21991420.9900.290.22162.6498.0139.41
Hex2C78E6301D16a36227
Octal23072161430352624314247
Binary101100011110001110110001101110110110101000111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,199,142); }

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

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

 a { background-color: rgb(2,199,142); }

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

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

 span { border-color: rgb(2,199,142); }

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