Shades of Mountain Meadow #10B888
Tints of Mountain Meadow #10B888
RGB
CMYK
RGB Variations
Color information
#10B888 (or 0x10B888) is known color: Mountain Meadow. HEX triplet: 10, B8 and 88. RGB value is (16,184,136). Sum of RGB (Red+Green+Blue) = 16+184+136=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 184 (72.27% from 255 or 54.76% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 184 - color contains mainly: green. Hex color #10B888 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B888 is #EF4777. Grayscale: #808080. Windows color (decimal): -15681400 or 8960016. OLE color: 8960016.
HSL color Cylindrical-coordinate representation of color #10B888: hue angle of 162.86º 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 #10B888 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 184 | 136 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.28 |
| HSL | 162.86º | 0.84% | 0.39% | - |
| HSV(B) | 162.86º | 0.91% | 0.72% | - |
| XYZ | 21.8 | 36.17 | 29.12 | - |
| YUV | 128.3 | 132.34 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 136 | 0.91 | 0 | 0.26 | 0.28 | 162.86 | 0.84 | 0.39 |
| Hex | 10 | B8 | 88 | 5B | 0 | 1A | 1C | A3 | 54 | 27 |
| Octal | 20 | 270 | 210 | 133 | 0 | 32 | 34 | 243 | 124 | 47 |
| Binary | 10000 | 10111000 | 10001000 | 1011011 | 0 | 11010 | 11100 | 10100011 | 1010100 | 100111 |
Color Harmonies of #10B888
Complementary color
Monochromatic Colors of #10B888
Black with #10B888
Text Example
Text Example
White with #10B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B888; }
p { color: rgb(16,184,136); }
H1.HeaderClassName
{
color: #10B888;
}
.AnyTagClassName
{
color: #10B888;
}
</style>
background-color css
<style>
a { background-color: #10B888; }
a { background-color: rgb(16,184,136); }
div.DivClassName
{
background-color: #10B888;
}
.BgClassName
{
background-color: #10B888;
}
</style>
border-color css
<style>
span { border-color: #10B888; }
span { border-color: rgb(16,184,136); }
td.TdClassName
{
border-color: #10B888;
}
.TagClassName
{
border-color: #10B888;
}
</style>