#0EBE8F

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

Shades of Mountain Meadow #0EBE8F

Tints of Mountain Meadow #0EBE8F

Color information

#0EBE8F (or 0x0EBE8F) is unknown color: approx Mountain Meadow. HEX triplet: 0E, BE and 8F. RGB value is (14,190,143). Sum of RGB (Red+Green+Blue) = 14+190+143=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 190 (74.61% from 255 or 54.76% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBE8F is #F14170. Grayscale: #848484. Windows color (decimal): -15810929 or 9420302. OLE color: 9420302.

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

Color convert

RGB14190143-
CMYK0.9300.250.25
HSL163.98º86.27%40%-
HSV(B)163.98º92.63%74.51%-
XYZ23.5538.932.25-
YUV132.02134.1943.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.03%
GREEN value IS 190 (74.61% from 255) = 54.76%
BLUE value IS 143 (56.25% from 255) = 41.21%
R=4.03%
G=54.76%
B=41.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141901430.9300.250.25163.9886.2740
HexEBE8F5D01919a45628
Octal162762171350313124412650
Binary11101011111010001111101110101100111001101001001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,190,143); }

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

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

 a { background-color: rgb(14,190,143); }

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

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

 span { border-color: rgb(14,190,143); }

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