Shades of Submarine #80A09B
Tints of Submarine #80A09B
RGB
CMYK
RGB Variations
Color information
#80A09B (or 0x80A09B) is known color: Submarine. HEX triplet: 80, A0 and 9B. RGB value is (128,160,155). Sum of RGB (Red+Green+Blue) = 128+160+155=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 160 - color contains mainly: green. Hex color #80A09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A09B is #7F5F64. Grayscale: #959595. Windows color (decimal): -8347493 or 10199168. OLE color: 10199168.
HSL color Cylindrical-coordinate representation of color #80A09B: hue angle of 170.62º 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 #80A09B is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 155 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.37 |
| HSL | 170.63º | 0.14% | 0.56% | - |
| HSV(B) | 170.63º | 0.2% | 0.63% | - |
| XYZ | 27.39 | 32.1 | 35.76 | - |
| YUV | 149.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 155 | 0.20 | 0 | 0.03 | 0.37 | 170.63 | 0.14 | 0.56 |
| Hex | 80 | A0 | 9B | 14 | 0 | 3 | 25 | AB | E | 38 |
| Octal | 200 | 240 | 233 | 24 | 0 | 3 | 45 | 253 | 16 | 70 |
| Binary | 10000000 | 10100000 | 10011011 | 10100 | 0 | 11 | 100101 | 10101011 | 1110 | 111000 |
Color Harmonies of #80A09B
Complementary color
Monochromatic Colors of #80A09B
Black with #80A09B
Text Example
Text Example
White with #80A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A09B; }
p { color: rgb(128,160,155); }
H1.HeaderClassName
{
color: #80A09B;
}
.AnyTagClassName
{
color: #80A09B;
}
</style>
background-color css
<style>
a { background-color: #80A09B; }
a { background-color: rgb(128,160,155); }
div.DivClassName
{
background-color: #80A09B;
}
.BgClassName
{
background-color: #80A09B;
}
</style>
border-color css
<style>
span { border-color: #80A09B; }
span { border-color: rgb(128,160,155); }
td.TdClassName
{
border-color: #80A09B;
}
.TagClassName
{
border-color: #80A09B;
}
</style>