Html Css Color HEX #0EBC88 Mountain Meadow

📋 copy color: '#0EBC88'

red 14 ◦ green 188 ◦ blue 136

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

Shades of Mountain Meadow #0EBC88

Tints of Mountain Meadow #0EBC88

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.62%

 BLUE value IS 136 (53.52% from 255) = 40.24%

R = 4.14%
G = 55.62%
B = 40.24%

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

#0EBC88 (or 0x0EBC88) is known color: Mountain Meadow. HEX triplet: 0E, BC and 88. RGB value is (14,188,136). Sum of RGB (Red+Green+Blue) = 14+188+136=338 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.14% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBC88 is #F14377. Grayscale: #828282. Windows color (decimal): -15811448 or 8961038. OLE color: 8961038.

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

Color convert

RGB 14 188 136 -
CMYK 0.93 0 0.28 0.26
HSL 162.07º 0.86% 0.4% -
HSV(B) 162.07º 0.93% 0.74% -
XYZ 22.61 37.84 29.4 -
YUV 130.05 131.35 45.23 -
System Red Green Blue C M Y K H S L
Decimal 14 188 136 0.93 0 0.28 0.26 162.07 0.86 0.4
Hex E BC 88 5D 0 1C 1A A2 56 28
Octal 16 274 210 135 0 34 32 242 126 50
Binary 1110 10111100 10001000 1011101 0 11100 11010 10100010 1010110 101000

Color Harmonies of #0EBC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBC88

Black with #0EBC88

Text Example


Text Example

White with #0EBC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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