Html Css Color HEX #0EA985 Mountain Meadow

📋 copy color: '#0EA985'

red 14 ◦ green 169 ◦ blue 133

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

Shades of Mountain Meadow #0EA985

Tints of Mountain Meadow #0EA985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.09%

R = 4.43%
G = 53.48%
B = 42.09%

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

#0EA985 (or 0x0EA985) is known color: Mountain Meadow. HEX triplet: 0E, A9 and 85. RGB value is (14,169,133). Sum of RGB (Red+Green+Blue) = 14+169+133=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 169 (66.41% from 255 or 53.48% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA985 is #F1567A. Grayscale: #767676. Windows color (decimal): -15816315 or 8759566. OLE color: 8759566.

HSL color Cylindrical-coordinate representation of color #0EA985: hue angle of 166.06º 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 #0EA985 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 14 169 133 -
CMYK 0.92 0 0.21 0.34
HSL 166.06º 0.85% 0.36% -
HSV(B) 166.06º 0.92% 0.66% -
XYZ 18.6 30.16 27.03 -
YUV 118.55 136.15 53.43 -
System Red Green Blue C M Y K H S L
Decimal 14 169 133 0.92 0 0.21 0.34 166.06 0.85 0.36
Hex E A9 85 5C 0 15 22 A6 55 24
Octal 16 251 205 134 0 25 42 246 125 44
Binary 1110 10101001 10000101 1011100 0 10101 100010 10100110 1010101 100100

Color Harmonies of #0EA985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA985

Black with #0EA985

Text Example


Text Example

White with #0EA985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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