Shades of Mountain Meadow #10B893
Tints of Mountain Meadow #10B893
RGB
CMYK
RGB Variations
Color information
#10B893 (or 0x10B893) is known color: Mountain Meadow. HEX triplet: 10, B8 and 93. RGB value is (16,184,147). Sum of RGB (Red+Green+Blue) = 16+184+147=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 184 (72.27% from 255 or 53.03% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 184 - color contains mainly: green. Hex color #10B893 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B893 is #EF476C. Grayscale: #818181. Windows color (decimal): -15681389 or 9680912. OLE color: 9680912.
HSL color Cylindrical-coordinate representation of color #10B893: hue angle of 166.79º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B893 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 184 | 147 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.28 |
| HSL | 166.79º | 0.84% | 0.39% | - |
| HSV(B) | 166.79º | 0.91% | 0.72% | - |
| XYZ | 22.62 | 36.5 | 33.46 | - |
| YUV | 129.55 | 137.84 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 147 | 0.91 | 0 | 0.20 | 0.28 | 166.79 | 0.84 | 0.39 |
| Hex | 10 | B8 | 93 | 5B | 0 | 14 | 1C | A7 | 54 | 27 |
| Octal | 20 | 270 | 223 | 133 | 0 | 24 | 34 | 247 | 124 | 47 |
| Binary | 10000 | 10111000 | 10010011 | 1011011 | 0 | 10100 | 11100 | 10100111 | 1010100 | 100111 |
Color Harmonies of #10B893
Complementary color
Monochromatic Colors of #10B893
Black with #10B893
Text Example
Text Example
White with #10B893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B893; }
p { color: rgb(16,184,147); }
H1.HeaderClassName
{
color: #10B893;
}
.AnyTagClassName
{
color: #10B893;
}
</style>
background-color css
<style>
a { background-color: #10B893; }
a { background-color: rgb(16,184,147); }
div.DivClassName
{
background-color: #10B893;
}
.BgClassName
{
background-color: #10B893;
}
</style>
border-color css
<style>
span { border-color: #10B893; }
span { border-color: rgb(16,184,147); }
td.TdClassName
{
border-color: #10B893;
}
.TagClassName
{
border-color: #10B893;
}
</style>