Shades of Mountain Meadow #10B191
Tints of Mountain Meadow #10B191
RGB
CMYK
RGB Variations
Color information
#10B191 (or 0x10B191) is known color: Mountain Meadow. HEX triplet: 10, B1 and 91. RGB value is (16,177,145). Sum of RGB (Red+Green+Blue) = 16+177+145=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 177 (69.53% from 255 or 52.37% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 177 - color contains mainly: green. Hex color #10B191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B191 is #EF4E6E. Grayscale: #7D7D7D. Windows color (decimal): -15683183 or 9548048. OLE color: 9548048.
HSL color Cylindrical-coordinate representation of color #10B191: hue angle of 168.07º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B191 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 177 | 145 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.31 |
| HSL | 168.07º | 0.83% | 0.38% | - |
| HSV(B) | 168.07º | 0.91% | 0.69% | - |
| XYZ | 21.05 | 33.6 | 32.16 | - |
| YUV | 125.21 | 139.16 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 177 | 145 | 0.91 | 0 | 0.18 | 0.31 | 168.07 | 0.83 | 0.38 |
| Hex | 10 | B1 | 91 | 5B | 0 | 12 | 1F | A8 | 53 | 26 |
| Octal | 20 | 261 | 221 | 133 | 0 | 22 | 37 | 250 | 123 | 46 |
| Binary | 10000 | 10110001 | 10010001 | 1011011 | 0 | 10010 | 11111 | 10101000 | 1010011 | 100110 |
Color Harmonies of #10B191
Complementary color
Monochromatic Colors of #10B191
Black with #10B191
Text Example
Text Example
White with #10B191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B191; }
p { color: rgb(16,177,145); }
H1.HeaderClassName
{
color: #10B191;
}
.AnyTagClassName
{
color: #10B191;
}
</style>
background-color css
<style>
a { background-color: #10B191; }
a { background-color: rgb(16,177,145); }
div.DivClassName
{
background-color: #10B191;
}
.BgClassName
{
background-color: #10B191;
}
</style>
border-color css
<style>
span { border-color: #10B191; }
span { border-color: rgb(16,177,145); }
td.TdClassName
{
border-color: #10B191;
}
.TagClassName
{
border-color: #10B191;
}
</style>