Shades of Manatee #9599AC
Tints of Manatee #9599AC
RGB
CMYK
RGB Variations
Color information
#9599AC (or 0x9599AC) is known color: Manatee. HEX triplet: 95, 99 and AC. RGB value is (149,153,172). Sum of RGB (Red+Green+Blue) = 149+153+172=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: blue. Hex color #9599AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9599AC is #6A6653. Grayscale: #999999. Windows color (decimal): -6973012 or 11311509. OLE color: 11311509.
HSL color Cylindrical-coordinate representation of color #9599AC: hue angle of 229.57º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9599AC is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 153 | 172 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.33 |
| HSL | 229.57º | 0.12% | 0.63% | - |
| HSV(B) | 229.57º | 0.13% | 0.67% | - |
| XYZ | 31.23 | 32.15 | 43.59 | - |
| YUV | 153.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 172 | 0.13 | 0.11 | 0 | 0.33 | 229.57 | 0.12 | 0.63 |
| Hex | 95 | 99 | AC | D | B | 0 | 21 | E6 | C | 3F |
| Octal | 225 | 231 | 254 | 15 | 13 | 0 | 41 | 346 | 14 | 77 |
| Binary | 10010101 | 10011001 | 10101100 | 1101 | 1011 | 0 | 100001 | 11100110 | 1100 | 111111 |
Color Harmonies of #9599AC
Complementary color
Monochromatic Colors of #9599AC
Black with #9599AC
Text Example
Text Example
White with #9599AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9599AC; }
p { color: rgb(149,153,172); }
H1.HeaderClassName
{
color: #9599AC;
}
.AnyTagClassName
{
color: #9599AC;
}
</style>
background-color css
<style>
a { background-color: #9599AC; }
a { background-color: rgb(149,153,172); }
div.DivClassName
{
background-color: #9599AC;
}
.BgClassName
{
background-color: #9599AC;
}
</style>
border-color css
<style>
span { border-color: #9599AC; }
span { border-color: rgb(149,153,172); }
td.TdClassName
{
border-color: #9599AC;
}
.TagClassName
{
border-color: #9599AC;
}
</style>