Shades of Manatee #989CAC
Tints of Manatee #989CAC
RGB
CMYK
RGB Variations
Color information
#989CAC (or 0x989CAC) is known color: Manatee. HEX triplet: 98, 9C and AC. RGB value is (152,156,172). Sum of RGB (Red+Green+Blue) = 152+156+172=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #989CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989CAC is #676353. Grayscale: #9C9C9C. Windows color (decimal): -6775636 or 11312280. OLE color: 11312280.
HSL color Cylindrical-coordinate representation of color #989CAC: hue angle of 228º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #989CAC is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 156 | 172 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.33 |
| HSL | 228º | 0.11% | 0.64% | - |
| HSV(B) | 228º | 0.12% | 0.67% | - |
| XYZ | 32.28 | 33.43 | 43.78 | - |
| YUV | 156.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 156 | 172 | 0.12 | 0.09 | 0 | 0.33 | 228 | 0.11 | 0.64 |
| Hex | 98 | 9C | AC | C | 9 | 0 | 21 | E4 | B | 40 |
| Octal | 230 | 234 | 254 | 14 | 11 | 0 | 41 | 344 | 13 | 100 |
| Binary | 10011000 | 10011100 | 10101100 | 1100 | 1001 | 0 | 100001 | 11100100 | 1011 | 1000000 |
Color Harmonies of #989CAC
Complementary color
Monochromatic Colors of #989CAC
Black with #989CAC
Text Example
Text Example
White with #989CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989CAC; }
p { color: rgb(152,156,172); }
H1.HeaderClassName
{
color: #989CAC;
}
.AnyTagClassName
{
color: #989CAC;
}
</style>
background-color css
<style>
a { background-color: #989CAC; }
a { background-color: rgb(152,156,172); }
div.DivClassName
{
background-color: #989CAC;
}
.BgClassName
{
background-color: #989CAC;
}
</style>
border-color css
<style>
span { border-color: #989CAC; }
span { border-color: rgb(152,156,172); }
td.TdClassName
{
border-color: #989CAC;
}
.TagClassName
{
border-color: #989CAC;
}
</style>