#02E199

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

Shades of Caribbean Green #02E199

Tints of Caribbean Green #02E199

Color information

#02E199 (or 0x02E199) is unknown color: approx Caribbean Green. HEX triplet: 02, E1 and 99. RGB value is (2,225,153). Sum of RGB (Red+Green+Blue) = 2+225+153=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #02E199 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E199 is #FD1E66. Grayscale: #969696. Windows color (decimal): -16588391 or 10084610. OLE color: 10084610.

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

Color convert

RGB2225153-
CMYK0.9900.320.12
HSL160.63º98.24%44.51%-
HSV(B)160.63º99.11%88.24%-
XYZ32.756.1639.25-
YUV150.12129.6222.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.53%
GREEN value IS 225 (88.28% from 255) = 59.21%
BLUE value IS 153 (60.16% from 255) = 40.26%
R=0.53%
G=59.21%
B=40.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22251530.9900.320.12160.6398.2444.51
Hex2E19963020Ca1622d
Octal23412311430401424114255
Binary101110000110011001110001101000001100101000011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,225,153); }

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

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

 a { background-color: rgb(2,225,153); }

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

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

 span { border-color: rgb(2,225,153); }

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