Html Css Color HEX #0EAE89 Mountain Meadow

📋 copy color: '#0EAE89'

red 14 ◦ green 174 ◦ blue 137

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

Shades of Mountain Meadow #0EAE89

Tints of Mountain Meadow #0EAE89

RGB

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

 GREEN value IS 174 (68.36% from 255) = 53.54%

 BLUE value IS 137 (53.91% from 255) = 42.15%

R = 4.31%
G = 53.54%
B = 42.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#0EAE89 (or 0x0EAE89) is known color: Mountain Meadow. HEX triplet: 0E, AE and 89. RGB value is (14,174,137). Sum of RGB (Red+Green+Blue) = 14+174+137=325 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.31% from 325); Green value is 174 (68.36% from 255 or 53.54% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAE89 is #F15176. Grayscale: #797979. Windows color (decimal): -15815031 or 9022990. OLE color: 9022990.

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

Color convert

RGB 14 174 137 -
CMYK 0.92 0 0.21 0.32
HSL 166.13º 0.85% 0.37% -
HSV(B) 166.13º 0.92% 0.68% -
XYZ 19.83 32.17 28.83 -
YUV 121.94 136.49 51.01 -
System Red Green Blue C M Y K H S L
Decimal 14 174 137 0.92 0 0.21 0.32 166.13 0.85 0.37
Hex E AE 89 5C 0 15 20 A6 55 25
Octal 16 256 211 134 0 25 40 246 125 45
Binary 1110 10101110 10001001 1011100 0 10101 100000 10100110 1010101 100101

Color Harmonies of #0EAE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAE89

Black with #0EAE89

Text Example


Text Example

White with #0EAE89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,174,137); }

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

background-color css

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

 a { background-color: rgb(14,174,137); }

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

border-color css

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

 span { border-color: rgb(14,174,137); }

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