Shades of Submarine #82A4A0
Tints of Submarine #82A4A0
RGB
CMYK
RGB Variations
Color information
#82A4A0 (or 0x82A4A0) is known color: Submarine. HEX triplet: 82, A4 and A0. RGB value is (130,164,160). Sum of RGB (Red+Green+Blue) = 130+164+160=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 164 - color contains mainly: green. Hex color #82A4A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A4A0 is #7D5B5F. Grayscale: #999999. Windows color (decimal): -8215392 or 10527874. OLE color: 10527874.
HSL color Cylindrical-coordinate representation of color #82A4A0: hue angle of 172.94º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82A4A0 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 164 | 160 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.36 |
| HSL | 172.94º | 0.16% | 0.58% | - |
| HSV(B) | 172.94º | 0.21% | 0.64% | - |
| XYZ | 28.83 | 33.83 | 38.27 | - |
| YUV | 153.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 164 | 160 | 0.21 | 0 | 0.02 | 0.36 | 172.94 | 0.16 | 0.58 |
| Hex | 82 | A4 | A0 | 15 | 0 | 2 | 24 | AD | 10 | 3A |
| Octal | 202 | 244 | 240 | 25 | 0 | 2 | 44 | 255 | 20 | 72 |
| Binary | 10000010 | 10100100 | 10100000 | 10101 | 0 | 10 | 100100 | 10101101 | 10000 | 111010 |
Color Harmonies of #82A4A0
Complementary color
Monochromatic Colors of #82A4A0
Black with #82A4A0
Text Example
Text Example
White with #82A4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A4A0; }
p { color: rgb(130,164,160); }
H1.HeaderClassName
{
color: #82A4A0;
}
.AnyTagClassName
{
color: #82A4A0;
}
</style>
background-color css
<style>
a { background-color: #82A4A0; }
a { background-color: rgb(130,164,160); }
div.DivClassName
{
background-color: #82A4A0;
}
.BgClassName
{
background-color: #82A4A0;
}
</style>
border-color css
<style>
span { border-color: #82A4A0; }
span { border-color: rgb(130,164,160); }
td.TdClassName
{
border-color: #82A4A0;
}
.TagClassName
{
border-color: #82A4A0;
}
</style>