#0EE29F

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

Shades of Caribbean Green #0EE29F

Tints of Caribbean Green #0EE29F

Color information

#0EE29F (or 0x0EE29F) is unknown color: approx Caribbean Green. HEX triplet: 0E, E2 and 9F. RGB value is (14,226,159). Sum of RGB (Red+Green+Blue) = 14+226+159=399 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.51% from 399); Green value is 226 (88.67% from 255 or 56.64% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE29F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE29F is #F11D60. Grayscale: #9B9B9B. Windows color (decimal): -15801697 or 10478094. OLE color: 10478094.

HSL color Cylindrical-coordinate representation of color #0EE29F: hue angle of 161.04º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE29F is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB14226159-
CMYK0.9400.300.11
HSL161.04º88.33%47.06%-
HSV(B)161.04º93.81%88.63%-
XYZ33.6456.9942.03-
YUV154.97130.2627.45-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.51%
GREEN value IS 226 (88.67% from 255) = 56.64%
BLUE value IS 159 (62.5% from 255) = 39.85%
R=3.51%
G=56.64%
B=39.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal142261590.9400.300.11161.0488.3347.06
HexEE29F5E01EBa1582f
Octal163422371360361324113057
Binary1110111000101001111110111100111101011101000011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EE29F; }

 p { color: rgb(14,226,159); }

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

<style>
 a { background-color: #0EE29F; }

 a { background-color: rgb(14,226,159); }

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

<style>
 span { border-color: #0EE29F; }

 span { border-color: rgb(14,226,159); }

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