#0EBC87

Color #0EBC87 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0EBC87

Tints of Mountain Meadow #0EBC87

Color information

#0EBC87 (or 0x0EBC87) is unknown color: approx Mountain Meadow. HEX triplet: 0E, BC and 87. RGB value is (14,188,135). Sum of RGB (Red+Green+Blue) = 14+188+135=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBC87 is #F14378. Grayscale: #818181. Windows color (decimal): -15811449 or 8895502. OLE color: 8895502.

HSL color Cylindrical-coordinate representation of color #0EBC87: hue angle of 161.72º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBC87 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB14188135-
CMYK0.9300.280.26
HSL161.72º86.14%39.61%-
HSV(B)161.72º92.55%73.73%-
XYZ22.5437.8129.03-
YUV129.93130.8545.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.15%
GREEN value IS 188 (73.83% from 255) = 55.79%
BLUE value IS 135 (53.12% from 255) = 40.06%
R=4.15%
G=55.79%
B=40.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141881350.9300.280.26161.7286.1439.61
HexEBC875D01C1Aa25628
Octal162742071350343224212650
Binary11101011110010000111101110101110011010101000101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,188,135); }

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

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

 a { background-color: rgb(14,188,135); }

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

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

 span { border-color: rgb(14,188,135); }

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