Html Css Color HEX #0EA683 Mountain Meadow

📋 copy color: '#0EA683'

red 14 ◦ green 166 ◦ blue 131

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

Shades of Mountain Meadow #0EA683

Tints of Mountain Meadow #0EA683

RGB

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

 GREEN value IS 166 (65.23% from 255) = 53.38%

 BLUE value IS 131 (51.56% from 255) = 42.12%

R = 4.5%
G = 53.38%
B = 42.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#0EA683 (or 0x0EA683) is known color: Mountain Meadow. HEX triplet: 0E, A6 and 83. RGB value is (14,166,131). Sum of RGB (Red+Green+Blue) = 14+166+131=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 166 (65.23% from 255 or 53.38% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA683 is #F1597C. Grayscale: #747474. Windows color (decimal): -15817085 or 8627726. OLE color: 8627726.

HSL color Cylindrical-coordinate representation of color #0EA683: hue angle of 166.18º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA683 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 14 166 131 -
CMYK 0.92 0 0.21 0.35
HSL 166.18º 0.84% 0.35% -
HSV(B) 166.18º 0.92% 0.65% -
XYZ 17.91 29 26.13 -
YUV 116.56 136.14 54.85 -
System Red Green Blue C M Y K H S L
Decimal 14 166 131 0.92 0 0.21 0.35 166.18 0.84 0.35
Hex E A6 83 5C 0 15 23 A6 54 23
Octal 16 246 203 134 0 25 43 246 124 43
Binary 1110 10100110 10000011 1011100 0 10101 100011 10100110 1010100 100011

Color Harmonies of #0EA683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA683

Black with #0EA683

Text Example


Text Example

White with #0EA683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,166,131); }

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

background-color css

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

 a { background-color: rgb(14,166,131); }

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

border-color css

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

 span { border-color: rgb(14,166,131); }

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