#02C78F

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

Shades of Caribbean Green #02C78F

Tints of Caribbean Green #02C78F

Color information

#02C78F (or 0x02C78F) is unknown color: approx Caribbean Green. HEX triplet: 02, C7 and 8F. RGB value is (2,199,143). Sum of RGB (Red+Green+Blue) = 2+199+143=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 199 (78.12% from 255 or 57.85% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 199 - color contains mainly: green. Hex color #02C78F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C78F is #FD3870. Grayscale: #858585. Windows color (decimal): -16595057 or 9422594. OLE color: 9422594.

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

Color convert

RGB2199143-
CMYK0.9900.280.22
HSL162.94º98.01%39.41%-
HSV(B)162.94º98.99%78.04%-
XYZ25.4142.8432.92-
YUV133.71133.2334.05-

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) = 57.85%
BLUE value IS 143 (56.25% from 255) = 41.57%
R=0.58%
G=57.85%
B=41.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal21991430.9900.280.22162.9498.0139.41
Hex2C78F6301C16a36227
Octal23072171430342624314247
Binary101100011110001111110001101110010110101000111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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