Shades of Submarine #809E99
Tints of Submarine #809E99
RGB
CMYK
RGB Variations
Color information
#809E99 (or 0x809E99) is known color: Submarine. HEX triplet: 80, 9E and 99. RGB value is (128,158,153). Sum of RGB (Red+Green+Blue) = 128+158+153=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 158 - color contains mainly: green. Hex color #809E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809E99 is #7F6166. Grayscale: #949494. Windows color (decimal): -8348007 or 10067584. OLE color: 10067584.
HSL color Cylindrical-coordinate representation of color #809E99: hue angle of 170º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #809E99 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 158 | 153 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.38 |
| HSL | 170º | 0.13% | 0.56% | - |
| HSV(B) | 170º | 0.19% | 0.62% | - |
| XYZ | 26.88 | 31.34 | 34.77 | - |
| YUV | 148.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 158 | 153 | 0.19 | 0 | 0.03 | 0.38 | 170 | 0.13 | 0.56 |
| Hex | 80 | 9E | 99 | 13 | 0 | 3 | 26 | AA | D | 38 |
| Octal | 200 | 236 | 231 | 23 | 0 | 3 | 46 | 252 | 15 | 70 |
| Binary | 10000000 | 10011110 | 10011001 | 10011 | 0 | 11 | 100110 | 10101010 | 1101 | 111000 |
Color Harmonies of #809E99
Complementary color
Monochromatic Colors of #809E99
Black with #809E99
Text Example
Text Example
White with #809E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809E99; }
p { color: rgb(128,158,153); }
H1.HeaderClassName
{
color: #809E99;
}
.AnyTagClassName
{
color: #809E99;
}
</style>
background-color css
<style>
a { background-color: #809E99; }
a { background-color: rgb(128,158,153); }
div.DivClassName
{
background-color: #809E99;
}
.BgClassName
{
background-color: #809E99;
}
</style>
border-color css
<style>
span { border-color: #809E99; }
span { border-color: rgb(128,158,153); }
td.TdClassName
{
border-color: #809E99;
}
.TagClassName
{
border-color: #809E99;
}
</style>