#02E08F

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

Shades of Caribbean Green #02E08F

Tints of Caribbean Green #02E08F

Color information

#02E08F (or 0x02E08F) is unknown color: approx Caribbean Green. HEX triplet: 02, E0 and 8F. RGB value is (2,224,143). Sum of RGB (Red+Green+Blue) = 2+224+143=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 224 (87.89% from 255 or 60.70% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 224 - color contains mainly: green. Hex color #02E08F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E08F is #FD1F70. Grayscale: #949494. Windows color (decimal): -16588657 or 9428994. OLE color: 9428994.

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

Color convert

RGB2224143-
CMYK0.9900.360.12
HSL158.11º98.23%44.31%-
HSV(B)158.11º99.11%87.84%-
XYZ31.6455.3134.99-
YUV148.39124.9523.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.54%
GREEN value IS 224 (87.89% from 255) = 60.70%
BLUE value IS 143 (56.25% from 255) = 38.75%
R=0.54%
G=60.70%
B=38.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22241430.9900.360.12158.1198.2344.31
Hex2E08F63024C9e622c
Octal23402171430441423614254
Binary101110000010001111110001101001001100100111101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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