Shades of Mountain Meadow #10B088
Tints of Mountain Meadow #10B088
RGB
CMYK
RGB Variations
Color information
#10B088 (or 0x10B088) is known color: Mountain Meadow. HEX triplet: 10, B0 and 88. RGB value is (16,176,136). Sum of RGB (Red+Green+Blue) = 16+176+136=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 176 (69.14% from 255 or 53.66% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 176 - color contains mainly: green. Hex color #10B088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B088 is #EF4F77. Grayscale: #7B7B7B. Windows color (decimal): -15683448 or 8957968. OLE color: 8957968.
HSL color Cylindrical-coordinate representation of color #10B088: hue angle of 165º 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 #10B088 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 176 | 136 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.31 |
| HSL | 165º | 0.83% | 0.38% | - |
| HSV(B) | 165º | 0.91% | 0.69% | - |
| XYZ | 20.18 | 32.94 | 28.59 | - |
| YUV | 123.6 | 134.99 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 136 | 0.91 | 0 | 0.23 | 0.31 | 165 | 0.83 | 0.38 |
| Hex | 10 | B0 | 88 | 5B | 0 | 17 | 1F | A5 | 53 | 26 |
| Octal | 20 | 260 | 210 | 133 | 0 | 27 | 37 | 245 | 123 | 46 |
| Binary | 10000 | 10110000 | 10001000 | 1011011 | 0 | 10111 | 11111 | 10100101 | 1010011 | 100110 |
Color Harmonies of #10B088
Complementary color
Monochromatic Colors of #10B088
Black with #10B088
Text Example
Text Example
White with #10B088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B088; }
p { color: rgb(16,176,136); }
H1.HeaderClassName
{
color: #10B088;
}
.AnyTagClassName
{
color: #10B088;
}
</style>
background-color css
<style>
a { background-color: #10B088; }
a { background-color: rgb(16,176,136); }
div.DivClassName
{
background-color: #10B088;
}
.BgClassName
{
background-color: #10B088;
}
</style>
border-color css
<style>
span { border-color: #10B088; }
span { border-color: rgb(16,176,136); }
td.TdClassName
{
border-color: #10B088;
}
.TagClassName
{
border-color: #10B088;
}
</style>