Shades of Submarine #84A3A0
Tints of Submarine #84A3A0
RGB
CMYK
RGB Variations
Color information
#84A3A0 (or 0x84A3A0) is known color: Submarine. HEX triplet: 84, A3 and A0. RGB value is (132,163,160). Sum of RGB (Red+Green+Blue) = 132+163+160=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 163 - color contains mainly: green. Hex color #84A3A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A3A0 is #7B5C5F. Grayscale: #999999. Windows color (decimal): -8084576 or 10527620. OLE color: 10527620.
HSL color Cylindrical-coordinate representation of color #84A3A0: hue angle of 174.19º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84A3A0 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 160 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.36 |
| HSL | 174.19º | 0.14% | 0.58% | - |
| HSV(B) | 174.19º | 0.19% | 0.64% | - |
| XYZ | 28.96 | 33.64 | 38.22 | - |
| YUV | 153.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 160 | 0.19 | 0 | 0.02 | 0.36 | 174.19 | 0.14 | 0.58 |
| Hex | 84 | A3 | A0 | 13 | 0 | 2 | 24 | AE | E | 3A |
| Octal | 204 | 243 | 240 | 23 | 0 | 2 | 44 | 256 | 16 | 72 |
| Binary | 10000100 | 10100011 | 10100000 | 10011 | 0 | 10 | 100100 | 10101110 | 1110 | 111010 |
Color Harmonies of #84A3A0
Complementary color
Monochromatic Colors of #84A3A0
Black with #84A3A0
Text Example
Text Example
White with #84A3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A3A0; }
p { color: rgb(132,163,160); }
H1.HeaderClassName
{
color: #84A3A0;
}
.AnyTagClassName
{
color: #84A3A0;
}
</style>
background-color css
<style>
a { background-color: #84A3A0; }
a { background-color: rgb(132,163,160); }
div.DivClassName
{
background-color: #84A3A0;
}
.BgClassName
{
background-color: #84A3A0;
}
</style>
border-color css
<style>
span { border-color: #84A3A0; }
span { border-color: rgb(132,163,160); }
td.TdClassName
{
border-color: #84A3A0;
}
.TagClassName
{
border-color: #84A3A0;
}
</style>