Html Css Color HEX #0EBC87 Mountain Meadow

📋 copy color: '#0EBC87'

red 14 ◦ green 188 ◦ blue 135

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

Shades of Mountain Meadow #0EBC87

Tints of Mountain Meadow #0EBC87

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.13% from 255) = 40.06%

R = 4.15%
G = 55.79%
B = 40.06%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#0EBC87 (or 0x0EBC87) is known color: 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

RGB 14 188 135 -
CMYK 0.93 0 0.28 0.26
HSL 161.72º 0.86% 0.4% -
HSV(B) 161.72º 0.93% 0.74% -
XYZ 22.54 37.81 29.03 -
YUV 129.93 130.85 45.31 -
System Red Green Blue C M Y K H S L
Decimal 14 188 135 0.93 0 0.28 0.26 161.72 0.86 0.4
Hex E BC 87 5D 0 1C 1A A2 56 28
Octal 16 274 207 135 0 34 32 242 126 50
Binary 1110 10111100 10000111 1011101 0 11100 11010 10100010 1010110 101000

Color Harmonies of #0EBC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBC87

Black with #0EBC87

Text Example


Text Example

White with #0EBC87

Text Example


Text Example

HTML Codes & Css Web 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>