Html Css Color HEX #0EA986 Mountain Meadow

📋 copy color: '#0EA986'

red 14 ◦ green 169 ◦ blue 134

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

Shades of Mountain Meadow #0EA986

Tints of Mountain Meadow #0EA986

RGB

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

 GREEN value IS 169 (66.41% from 255) = 53.31%

 BLUE value IS 134 (52.73% from 255) = 42.27%

R = 4.42%
G = 53.31%
B = 42.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#0EA986 (or 0x0EA986) is known color: Mountain Meadow. HEX triplet: 0E, A9 and 86. RGB value is (14,169,134). Sum of RGB (Red+Green+Blue) = 14+169+134=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 169 (66.41% from 255 or 53.31% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA986 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA986 is #F15679. Grayscale: #767676. Windows color (decimal): -15816314 or 8825102. OLE color: 8825102.

HSL color Cylindrical-coordinate representation of color #0EA986: hue angle of 166.45º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA986 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 14 169 134 -
CMYK 0.92 0 0.21 0.34
HSL 166.45º 0.85% 0.36% -
HSV(B) 166.45º 0.92% 0.66% -
XYZ 18.67 30.19 27.4 -
YUV 118.67 136.65 53.35 -
System Red Green Blue C M Y K H S L
Decimal 14 169 134 0.92 0 0.21 0.34 166.45 0.85 0.36
Hex E A9 86 5C 0 15 22 A6 55 24
Octal 16 251 206 134 0 25 42 246 125 44
Binary 1110 10101001 10000110 1011100 0 10101 100010 10100110 1010101 100100

Color Harmonies of #0EA986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA986

Black with #0EA986

Text Example


Text Example

White with #0EA986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,169,134); }

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

background-color css

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

 a { background-color: rgb(14,169,134); }

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

border-color css

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

 span { border-color: rgb(14,169,134); }

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