Shades of Manatee #818696
Tints of Manatee #818696
RGB
CMYK
RGB Variations
Color information
#818696 (or 0x818696) is known color: Manatee. HEX triplet: 81, 86 and 96. RGB value is (129,134,150). Sum of RGB (Red+Green+Blue) = 129+134+150=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 150 - color contains mainly: blue. Hex color #818696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818696 is #7E7969. Grayscale: #868686. Windows color (decimal): -8288618 or 9864833. OLE color: 9864833.
HSL color Cylindrical-coordinate representation of color #818696: hue angle of 225.71º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #818696 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 134 | 150 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.41 |
| HSL | 225.71º | 0.09% | 0.55% | - |
| HSV(B) | 225.71º | 0.14% | 0.59% | - |
| XYZ | 23.08 | 23.92 | 32.25 | - |
| YUV | 134.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 134 | 150 | 0.14 | 0.11 | 0 | 0.41 | 225.71 | 0.09 | 0.55 |
| Hex | 81 | 86 | 96 | E | B | 0 | 29 | E2 | 9 | 37 |
| Octal | 201 | 206 | 226 | 16 | 13 | 0 | 51 | 342 | 11 | 67 |
| Binary | 10000001 | 10000110 | 10010110 | 1110 | 1011 | 0 | 101001 | 11100010 | 1001 | 110111 |
Color Harmonies of #818696
Complementary color
Monochromatic Colors of #818696
Black with #818696
Text Example
Text Example
White with #818696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818696; }
p { color: rgb(129,134,150); }
H1.HeaderClassName
{
color: #818696;
}
.AnyTagClassName
{
color: #818696;
}
</style>
background-color css
<style>
a { background-color: #818696; }
a { background-color: rgb(129,134,150); }
div.DivClassName
{
background-color: #818696;
}
.BgClassName
{
background-color: #818696;
}
</style>
border-color css
<style>
span { border-color: #818696; }
span { border-color: rgb(129,134,150); }
td.TdClassName
{
border-color: #818696;
}
.TagClassName
{
border-color: #818696;
}
</style>