#0ECA86

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

Shades of Caribbean Green #0ECA86

Tints of Caribbean Green #0ECA86

Color information

#0ECA86 (or 0x0ECA86) is unknown color: approx Caribbean Green. HEX triplet: 0E, CA and 86. RGB value is (14,202,134). Sum of RGB (Red+Green+Blue) = 14+202+134=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECA86 is #F13579. Grayscale: #8A8A8A. Windows color (decimal): -15807866 or 8833550. OLE color: 8833550.

HSL color Cylindrical-coordinate representation of color #0ECA86: hue angle of 158.3º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECA86 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB14202134-
CMYK0.9300.340.21
HSL158.3º87.04%42.35%-
HSV(B)158.3º93.07%79.22%-
XYZ25.644.0629.71-
YUV138.04125.7239.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4%
GREEN value IS 202 (79.30% from 255) = 57.71%
BLUE value IS 134 (52.73% from 255) = 38.29%
R=4%
G=57.71%
B=38.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142021340.9300.340.21158.387.0442.35
HexECA865D022159e572a
Octal163122061350422523612752
Binary111011001010100001101011101010001010101100111101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,202,134); }

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

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

 a { background-color: rgb(14,202,134); }

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

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

 span { border-color: rgb(14,202,134); }

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