Shades of Mountain Meadow #10BB93
Tints of Mountain Meadow #10BB93
RGB
CMYK
RGB Variations
Color information
#10BB93 (or 0x10BB93) is known color: Mountain Meadow. HEX triplet: 10, BB and 93. RGB value is (16,187,147). Sum of RGB (Red+Green+Blue) = 16+187+147=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 187 (73.44% from 255 or 53.43% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BB93 is #EF446C. Grayscale: #838383. Windows color (decimal): -15680621 or 9681680. OLE color: 9681680.
HSL color Cylindrical-coordinate representation of color #10BB93: hue angle of 165.96º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BB93 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 187 | 147 | - |
| CMYK | 0.91 | 0 | 0.21 | 0.27 |
| HSL | 165.96º | 0.84% | 0.4% | - |
| HSV(B) | 165.96º | 0.91% | 0.73% | - |
| XYZ | 23.25 | 37.76 | 33.67 | - |
| YUV | 131.31 | 136.85 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 187 | 147 | 0.91 | 0 | 0.21 | 0.27 | 165.96 | 0.84 | 0.4 |
| Hex | 10 | BB | 93 | 5B | 0 | 15 | 1B | A6 | 54 | 28 |
| Octal | 20 | 273 | 223 | 133 | 0 | 25 | 33 | 246 | 124 | 50 |
| Binary | 10000 | 10111011 | 10010011 | 1011011 | 0 | 10101 | 11011 | 10100110 | 1010100 | 101000 |
Color Harmonies of #10BB93
Complementary color
Monochromatic Colors of #10BB93
Black with #10BB93
Text Example
Text Example
White with #10BB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BB93; }
p { color: rgb(16,187,147); }
H1.HeaderClassName
{
color: #10BB93;
}
.AnyTagClassName
{
color: #10BB93;
}
</style>
background-color css
<style>
a { background-color: #10BB93; }
a { background-color: rgb(16,187,147); }
div.DivClassName
{
background-color: #10BB93;
}
.BgClassName
{
background-color: #10BB93;
}
</style>
border-color css
<style>
span { border-color: #10BB93; }
span { border-color: rgb(16,187,147); }
td.TdClassName
{
border-color: #10BB93;
}
.TagClassName
{
border-color: #10BB93;
}
</style>