Html Css Color HEX #0EB997 Mountain Meadow

📋 copy color: '#0EB997'

red 14 ◦ green 185 ◦ blue 151

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

Shades of Mountain Meadow #0EB997

Tints of Mountain Meadow #0EB997

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.86%

 BLUE value IS 151 (59.38% from 255) = 43.14%

R = 4%
G = 52.86%
B = 43.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#0EB997 (or 0x0EB997) is known color: Mountain Meadow. HEX triplet: 0E, B9 and 97. RGB value is (14,185,151). Sum of RGB (Red+Green+Blue) = 14+185+151=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB997 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB997 is #F14668. Grayscale: #818181. Windows color (decimal): -15812201 or 9943310. OLE color: 9943310.

HSL color Cylindrical-coordinate representation of color #0EB997: hue angle of 168.07º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB997 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 185 151 -
CMYK 0.92 0 0.18 0.27
HSL 168.07º 0.86% 0.39% -
HSV(B) 168.07º 0.92% 0.73% -
XYZ 23.12 37.03 35.21 -
YUV 130 139.85 45.26 -
System Red Green Blue C M Y K H S L
Decimal 14 185 151 0.92 0 0.18 0.27 168.07 0.86 0.39
Hex E B9 97 5C 0 12 1B A8 56 27
Octal 16 271 227 134 0 22 33 250 126 47
Binary 1110 10111001 10010111 1011100 0 10010 11011 10101000 1010110 100111

Color Harmonies of #0EB997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB997

Black with #0EB997

Text Example


Text Example

White with #0EB997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,185,151); }

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

background-color css

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

 a { background-color: rgb(14,185,151); }

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

border-color css

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

 span { border-color: rgb(14,185,151); }

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