Html Css Color HEX #0EBD87 Mountain Meadow

📋 copy color: '#0EBD87'

red 14 ◦ green 189 ◦ blue 135

#0EBD87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #0EBD87

Tints of Mountain Meadow #0EBD87

RGB

 RED value IS 14 (5.86% from 255) = 4.14%

 GREEN value IS 189 (74.22% from 255) = 55.92%

 BLUE value IS 135 (53.13% from 255) = 39.94%

R = 4.14%
G = 55.92%
B = 39.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#0EBD87 (or 0x0EBD87) is known color: Mountain Meadow. HEX triplet: 0E, BD and 87. RGB value is (14,189,135). Sum of RGB (Red+Green+Blue) = 14+189+135=338 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.14% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBD87 is #F14278. Grayscale: #828282. Windows color (decimal): -15811193 or 8895758. OLE color: 8895758.

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

Color convert

RGB 14 189 135 -
CMYK 0.93 0 0.29 0.26
HSL 161.49º 0.86% 0.4% -
HSV(B) 161.49º 0.93% 0.74% -
XYZ 22.75 38.24 29.1 -
YUV 130.52 130.52 44.89 -
System Red Green Blue C M Y K H S L
Decimal 14 189 135 0.93 0 0.29 0.26 161.49 0.86 0.4
Hex E BD 87 5D 0 1D 1A A1 56 28
Octal 16 275 207 135 0 35 32 241 126 50
Binary 1110 10111101 10000111 1011101 0 11101 11010 10100001 1010110 101000

Color Harmonies of #0EBD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBD87

Black with #0EBD87

Text Example


Text Example

White with #0EBD87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EBD87;
 }
 .AnyTagClassName
 {
   color: #0EBD87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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