Shades of Submarine #80A0A0
Tints of Submarine #80A0A0
RGB
CMYK
RGB Variations
Color information
#80A0A0 (or 0x80A0A0) is known color: Submarine. HEX triplet: 80, A0 and A0. RGB value is (128,160,160). Sum of RGB (Red+Green+Blue) = 128+160+160=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 160 - color contains mainly: green, blue. Hex color #80A0A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A0A0 is #7F5F5F. Grayscale: #969696. Windows color (decimal): -8347488 or 10526848. OLE color: 10526848.
HSL color Cylindrical-coordinate representation of color #80A0A0: hue angle of 180º 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 #80A0A0 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 160 | - |
| CMYK | 0.20 | 0 | 0 | 0.37 |
| HSL | 180º | 0.14% | 0.56% | - |
| HSV(B) | 180º | 0.2% | 0.63% | - |
| XYZ | 27.82 | 32.27 | 38.02 | - |
| YUV | 150.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 160 | 0.20 | 0 | 0 | 0.37 | 180 | 0.14 | 0.56 |
| Hex | 80 | A0 | A0 | 14 | 0 | 0 | 25 | B4 | E | 38 |
| Octal | 200 | 240 | 240 | 24 | 0 | 0 | 45 | 264 | 16 | 70 |
| Binary | 10000000 | 10100000 | 10100000 | 10100 | 0 | 0 | 100101 | 10110100 | 1110 | 111000 |
Color Harmonies of #80A0A0
Complementary color
Monochromatic Colors of #80A0A0
Black with #80A0A0
Text Example
Text Example
White with #80A0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A0A0; }
p { color: rgb(128,160,160); }
H1.HeaderClassName
{
color: #80A0A0;
}
.AnyTagClassName
{
color: #80A0A0;
}
</style>
background-color css
<style>
a { background-color: #80A0A0; }
a { background-color: rgb(128,160,160); }
div.DivClassName
{
background-color: #80A0A0;
}
.BgClassName
{
background-color: #80A0A0;
}
</style>
border-color css
<style>
span { border-color: #80A0A0; }
span { border-color: rgb(128,160,160); }
td.TdClassName
{
border-color: #80A0A0;
}
.TagClassName
{
border-color: #80A0A0;
}
</style>