Html Css Color HEX #0EBB85 Mountain Meadow

📋 copy color: '#0EBB85'

red 14 ◦ green 187 ◦ blue 133

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

Shades of Mountain Meadow #0EBB85

Tints of Mountain Meadow #0EBB85

RGB

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

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

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

R = 4.19%
G = 55.99%
B = 39.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#0EBB85 (or 0x0EBB85) is known color: Mountain Meadow. HEX triplet: 0E, BB and 85. RGB value is (14,187,133). Sum of RGB (Red+Green+Blue) = 14+187+133=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBB85 is #F1447A. Grayscale: #818181. Windows color (decimal): -15811707 or 8764174. OLE color: 8764174.

HSL color Cylindrical-coordinate representation of color #0EBB85: hue angle of 161.27º 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 #0EBB85 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 187 133 -
CMYK 0.93 0 0.29 0.27
HSL 161.27º 0.86% 0.39% -
HSV(B) 161.27º 0.93% 0.73% -
XYZ 22.19 37.33 28.23 -
YUV 129.12 130.19 45.89 -
System Red Green Blue C M Y K H S L
Decimal 14 187 133 0.93 0 0.29 0.27 161.27 0.86 0.39
Hex E BB 85 5D 0 1D 1B A1 56 27
Octal 16 273 205 135 0 35 33 241 126 47
Binary 1110 10111011 10000101 1011101 0 11101 11011 10100001 1010110 100111

Color Harmonies of #0EBB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBB85

Black with #0EBB85

Text Example


Text Example

White with #0EBB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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