Shades of Mountain Meadow #10B892
Tints of Mountain Meadow #10B892
RGB
CMYK
RGB Variations
Color information
#10B892 (or 0x10B892) is known color: Mountain Meadow. HEX triplet: 10, B8 and 92. RGB value is (16,184,146). Sum of RGB (Red+Green+Blue) = 16+184+146=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 184 (72.27% from 255 or 53.18% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 184 - color contains mainly: green. Hex color #10B892 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B892 is #EF476D. Grayscale: #818181. Windows color (decimal): -15681390 or 9615376. OLE color: 9615376.
HSL color Cylindrical-coordinate representation of color #10B892: hue angle of 166.43º 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 #10B892 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 184 | 146 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.28 |
| HSL | 166.43º | 0.84% | 0.39% | - |
| HSV(B) | 166.43º | 0.91% | 0.72% | - |
| XYZ | 22.54 | 36.47 | 33.04 | - |
| YUV | 129.44 | 137.34 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 146 | 0.91 | 0 | 0.21 | 0.28 | 166.43 | 0.84 | 0.39 |
| Hex | 10 | B8 | 92 | 5B | 0 | 15 | 1C | A6 | 54 | 27 |
| Octal | 20 | 270 | 222 | 133 | 0 | 25 | 34 | 246 | 124 | 47 |
| Binary | 10000 | 10111000 | 10010010 | 1011011 | 0 | 10101 | 11100 | 10100110 | 1010100 | 100111 |
Color Harmonies of #10B892
Complementary color
Monochromatic Colors of #10B892
Black with #10B892
Text Example
Text Example
White with #10B892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B892; }
p { color: rgb(16,184,146); }
H1.HeaderClassName
{
color: #10B892;
}
.AnyTagClassName
{
color: #10B892;
}
</style>
background-color css
<style>
a { background-color: #10B892; }
a { background-color: rgb(16,184,146); }
div.DivClassName
{
background-color: #10B892;
}
.BgClassName
{
background-color: #10B892;
}
</style>
border-color css
<style>
span { border-color: #10B892; }
span { border-color: rgb(16,184,146); }
td.TdClassName
{
border-color: #10B892;
}
.TagClassName
{
border-color: #10B892;
}
</style>