Shades of Manatee #999CA8
Tints of Manatee #999CA8
RGB
CMYK
RGB Variations
Color information
#999CA8 (or 0x999CA8) is known color: Manatee. HEX triplet: 99, 9C and A8. RGB value is (153,156,168). Sum of RGB (Red+Green+Blue) = 153+156+168=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 168 - color contains mainly: blue. Hex color #999CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999CA8 is #666357. Grayscale: #9C9C9C. Windows color (decimal): -6710104 or 11050137. OLE color: 11050137.
HSL color Cylindrical-coordinate representation of color #999CA8: hue angle of 228º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #999CA8 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 156 | 168 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.34 |
| HSL | 228º | 0.08% | 0.63% | - |
| HSV(B) | 228º | 0.09% | 0.66% | - |
| XYZ | 32.09 | 33.38 | 41.8 | - |
| YUV | 156.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 168 | 0.09 | 0.07 | 0 | 0.34 | 228 | 0.08 | 0.63 |
| Hex | 99 | 9C | A8 | 9 | 7 | 0 | 22 | E4 | 8 | 3F |
| Octal | 231 | 234 | 250 | 11 | 7 | 0 | 42 | 344 | 10 | 77 |
| Binary | 10011001 | 10011100 | 10101000 | 1001 | 111 | 0 | 100010 | 11100100 | 1000 | 111111 |
Color Harmonies of #999CA8
Complementary color
Monochromatic Colors of #999CA8
Black with #999CA8
Text Example
Text Example
White with #999CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CA8; }
p { color: rgb(153,156,168); }
H1.HeaderClassName
{
color: #999CA8;
}
.AnyTagClassName
{
color: #999CA8;
}
</style>
background-color css
<style>
a { background-color: #999CA8; }
a { background-color: rgb(153,156,168); }
div.DivClassName
{
background-color: #999CA8;
}
.BgClassName
{
background-color: #999CA8;
}
</style>
border-color css
<style>
span { border-color: #999CA8; }
span { border-color: rgb(153,156,168); }
td.TdClassName
{
border-color: #999CA8;
}
.TagClassName
{
border-color: #999CA8;
}
</style>