Shades of Manatee #999BA0
Tints of Manatee #999BA0
RGB
CMYK
RGB Variations
Color information
#999BA0 (or 0x999BA0) is known color: Manatee. HEX triplet: 99, 9B and A0. RGB value is (153,155,160). Sum of RGB (Red+Green+Blue) = 153+155+160=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 160 - color contains mainly: blue. Hex color #999BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999BA0 is #66645F. Grayscale: #9A9A9A. Windows color (decimal): -6710368 or 10525593. OLE color: 10525593.
HSL color Cylindrical-coordinate representation of color #999BA0: hue angle of 222.86º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #999BA0 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 155 | 160 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.37 |
| HSL | 222.86º | 0.04% | 0.61% | - |
| HSV(B) | 222.86º | 0.04% | 0.63% | - |
| XYZ | 31.2 | 32.75 | 37.94 | - |
| YUV | 154.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 160 | 0.04 | 0.03 | 0 | 0.37 | 222.86 | 0.04 | 0.61 |
| Hex | 99 | 9B | A0 | 4 | 3 | 0 | 25 | DF | 4 | 3D |
| Octal | 231 | 233 | 240 | 4 | 3 | 0 | 45 | 337 | 4 | 75 |
| Binary | 10011001 | 10011011 | 10100000 | 100 | 11 | 0 | 100101 | 11011111 | 100 | 111101 |
Color Harmonies of #999BA0
Complementary color
Monochromatic Colors of #999BA0
Black with #999BA0
Text Example
Text Example
White with #999BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999BA0; }
p { color: rgb(153,155,160); }
H1.HeaderClassName
{
color: #999BA0;
}
.AnyTagClassName
{
color: #999BA0;
}
</style>
background-color css
<style>
a { background-color: #999BA0; }
a { background-color: rgb(153,155,160); }
div.DivClassName
{
background-color: #999BA0;
}
.BgClassName
{
background-color: #999BA0;
}
</style>
border-color css
<style>
span { border-color: #999BA0; }
span { border-color: rgb(153,155,160); }
td.TdClassName
{
border-color: #999BA0;
}
.TagClassName
{
border-color: #999BA0;
}
</style>