Html Css Color HEX #0EBB94 Mountain Meadow

📋 copy color: '#0EBB94'

red 14 ◦ green 187 ◦ blue 148

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

Shades of Mountain Meadow #0EBB94

Tints of Mountain Meadow #0EBB94

RGB

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

 GREEN value IS 187 (73.44% from 255) = 53.58%

 BLUE value IS 148 (58.2% from 255) = 42.41%

R = 4.01%
G = 53.58%
B = 42.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#0EBB94 (or 0x0EBB94) is known color: Mountain Meadow. HEX triplet: 0E, BB and 94. RGB value is (14,187,148). Sum of RGB (Red+Green+Blue) = 14+187+148=349 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.01% from 349); Green value is 187 (73.44% from 255 or 53.58% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBB94 is #F1446B. Grayscale: #828282. Windows color (decimal): -15811692 or 9747214. OLE color: 9747214.

HSL color Cylindrical-coordinate representation of color #0EBB94: hue angle of 166.47º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBB94 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 187 148 -
CMYK 0.93 0 0.21 0.27
HSL 166.47º 0.86% 0.39% -
HSV(B) 166.47º 0.93% 0.73% -
XYZ 23.3 37.77 34.08 -
YUV 130.83 137.69 44.67 -
System Red Green Blue C M Y K H S L
Decimal 14 187 148 0.93 0 0.21 0.27 166.47 0.86 0.39
Hex E BB 94 5D 0 15 1B A6 56 27
Octal 16 273 224 135 0 25 33 246 126 47
Binary 1110 10111011 10010100 1011101 0 10101 11011 10100110 1010110 100111

Color Harmonies of #0EBB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBB94

Black with #0EBB94

Text Example


Text Example

White with #0EBB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,187,148); }

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

background-color css

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

 a { background-color: rgb(14,187,148); }

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

border-color css

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

 span { border-color: rgb(14,187,148); }

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