Html Css Color HEX #0EB890 Mountain Meadow

📋 copy color: '#0EB890'

red 14 ◦ green 184 ◦ blue 144

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

Shades of Mountain Meadow #0EB890

Tints of Mountain Meadow #0EB890

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.8%

 BLUE value IS 144 (56.64% from 255) = 42.11%

R = 4.09%
G = 53.8%
B = 42.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#0EB890 (or 0x0EB890) is known color: Mountain Meadow. HEX triplet: 0E, B8 and 90. RGB value is (14,184,144). Sum of RGB (Red+Green+Blue) = 14+184+144=342 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.09% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB890 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB890 is #F1476F. Grayscale: #808080. Windows color (decimal): -15812464 or 9484302. OLE color: 9484302.

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

Color convert

RGB 14 184 144 -
CMYK 0.92 0 0.22 0.28
HSL 165.88º 0.86% 0.39% -
HSV(B) 165.88º 0.92% 0.72% -
XYZ 22.36 36.39 32.23 -
YUV 128.61 136.68 46.25 -
System Red Green Blue C M Y K H S L
Decimal 14 184 144 0.92 0 0.22 0.28 165.88 0.86 0.39
Hex E B8 90 5C 0 16 1C A6 56 27
Octal 16 270 220 134 0 26 34 246 126 47
Binary 1110 10111000 10010000 1011100 0 10110 11100 10100110 1010110 100111

Color Harmonies of #0EB890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB890

Black with #0EB890

Text Example


Text Example

White with #0EB890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,184,144); }

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

background-color css

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

 a { background-color: rgb(14,184,144); }

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

border-color css

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

 span { border-color: rgb(14,184,144); }

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