#02C98F

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

Shades of Caribbean Green #02C98F

Tints of Caribbean Green #02C98F

Color information

#02C98F (or 0x02C98F) is unknown color: approx Caribbean Green. HEX triplet: 02, C9 and 8F. RGB value is (2,201,143). Sum of RGB (Red+Green+Blue) = 2+201+143=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 201 (78.91% from 255 or 58.09% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 201 - color contains mainly: green. Hex color #02C98F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C98F is #FD3670. Grayscale: #868686. Windows color (decimal): -16594545 or 9423106. OLE color: 9423106.

HSL color Cylindrical-coordinate representation of color #02C98F: hue angle of 162.51º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C98F is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB2201143-
CMYK0.9900.290.21
HSL162.51º98.03%39.8%-
HSV(B)162.51º99%78.82%-
XYZ25.8743.7733.07-
YUV134.89132.5733.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 201 (78.91% from 255) = 58.09%
BLUE value IS 143 (56.25% from 255) = 41.33%
R=0.58%
G=58.09%
B=41.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal22011430.9900.290.21162.5198.0339.8
Hex2C98F6301D15a36228
Octal23112171430352524314250
Binary101100100110001111110001101110110101101000111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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