#0EAB87

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

Shades of Mountain Meadow #0EAB87

Tints of Mountain Meadow #0EAB87

Color information

#0EAB87 (or 0x0EAB87) is unknown color: approx Mountain Meadow. HEX triplet: 0E, AB and 87. RGB value is (14,171,135). Sum of RGB (Red+Green+Blue) = 14+171+135=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAB87 is #F15478. Grayscale: #777777. Windows color (decimal): -15815801 or 8891150. OLE color: 8891150.

HSL color Cylindrical-coordinate representation of color #0EAB87: hue angle of 166.24º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAB87 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB14171135-
CMYK0.9200.210.33
HSL166.24º84.86%36.27%-
HSV(B)166.24º91.81%67.06%-
XYZ19.1230.9727.89-
YUV119.95136.4952.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.38%
GREEN value IS 171 (67.19% from 255) = 53.44%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=4.38%
G=53.44%
B=42.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141711350.9200.210.33166.2484.8636.27
HexEAB875C01521a65524
Octal162532071340254124612544
Binary111010101011100001111011100010101100001101001101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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