#02D994

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

Shades of Caribbean Green #02D994

Tints of Caribbean Green #02D994

Color information

#02D994 (or 0x02D994) is unknown color: approx Caribbean Green. HEX triplet: 02, D9 and 94. RGB value is (2,217,148). Sum of RGB (Red+Green+Blue) = 2+217+148=367 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 367); Green value is 217 (85.16% from 255 or 59.13% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 217 - color contains mainly: green. Hex color #02D994 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D994 is #FD266B. Grayscale: #909090. Windows color (decimal): -16590444 or 9754882. OLE color: 9754882.

HSL color Cylindrical-coordinate representation of color #02D994: hue angle of 160.74º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D994 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB2217148-
CMYK0.9900.320.15
HSL160.74º98.17%42.94%-
HSV(B)160.74º99.08%85.1%-
XYZ30.1851.7836.42-
YUV144.85129.7726.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.54%
GREEN value IS 217 (85.16% from 255) = 59.13%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=0.54%
G=59.13%
B=40.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal22171480.9900.320.15160.7498.1742.94
Hex2D99463020Fa1622b
Octal23312241430401724114253
Binary101101100110010100110001101000001111101000011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02D994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,217,148); }

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

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

 a { background-color: rgb(2,217,148); }

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

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

 span { border-color: rgb(2,217,148); }

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