Shades of Submarine #80A09E
Tints of Submarine #80A09E
RGB
CMYK
RGB Variations
Color information
#80A09E (or 0x80A09E) is known color: Submarine. HEX triplet: 80, A0 and 9E. RGB value is (128,160,158). Sum of RGB (Red+Green+Blue) = 128+160+158=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 160 - color contains mainly: green. Hex color #80A09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A09E is #7F5F61. Grayscale: #969696. Windows color (decimal): -8347490 or 10395776. OLE color: 10395776.
HSL color Cylindrical-coordinate representation of color #80A09E: hue angle of 176.25º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80A09E is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 158 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.37 |
| HSL | 176.25º | 0.14% | 0.56% | - |
| HSV(B) | 176.25º | 0.2% | 0.63% | - |
| XYZ | 27.64 | 32.2 | 37.11 | - |
| YUV | 150.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 158 | 0.20 | 0 | 0.01 | 0.37 | 176.25 | 0.14 | 0.56 |
| Hex | 80 | A0 | 9E | 14 | 0 | 1 | 25 | B0 | E | 38 |
| Octal | 200 | 240 | 236 | 24 | 0 | 1 | 45 | 260 | 16 | 70 |
| Binary | 10000000 | 10100000 | 10011110 | 10100 | 0 | 1 | 100101 | 10110000 | 1110 | 111000 |
Color Harmonies of #80A09E
Complementary color
Monochromatic Colors of #80A09E
Black with #80A09E
Text Example
Text Example
White with #80A09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A09E; }
p { color: rgb(128,160,158); }
H1.HeaderClassName
{
color: #80A09E;
}
.AnyTagClassName
{
color: #80A09E;
}
</style>
background-color css
<style>
a { background-color: #80A09E; }
a { background-color: rgb(128,160,158); }
div.DivClassName
{
background-color: #80A09E;
}
.BgClassName
{
background-color: #80A09E;
}
</style>
border-color css
<style>
span { border-color: #80A09E; }
span { border-color: rgb(128,160,158); }
td.TdClassName
{
border-color: #80A09E;
}
.TagClassName
{
border-color: #80A09E;
}
</style>