#0EBE88

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

Shades of Mountain Meadow #0EBE88

Tints of Mountain Meadow #0EBE88

Color information

#0EBE88 (or 0x0EBE88) is unknown color: approx Mountain Meadow. HEX triplet: 0E, BE and 88. RGB value is (14,190,136). Sum of RGB (Red+Green+Blue) = 14+190+136=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 190 (74.61% from 255 or 55.88% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBE88 is #F14177. Grayscale: #838383. Windows color (decimal): -15810936 or 8961550. OLE color: 8961550.

HSL color Cylindrical-coordinate representation of color #0EBE88: hue angle of 161.59º 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 #0EBE88 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB14190136-
CMYK0.9300.280.25
HSL161.59º86.27%40%-
HSV(B)161.59º92.63%74.51%-
XYZ23.0438.729.55-
YUV131.22130.6944.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.12%
GREEN value IS 190 (74.61% from 255) = 55.88%
BLUE value IS 136 (53.52% from 255) = 40%
R=4.12%
G=55.88%
B=40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141901360.9300.280.25161.5986.2740
HexEBE885D01C19a25628
Octal162762101350343124212650
Binary11101011111010001000101110101110011001101000101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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