Shades of Submarine #84A6A3
Tints of Submarine #84A6A3
RGB
CMYK
RGB Variations
Color information
#84A6A3 (or 0x84A6A3) is known color: Submarine. HEX triplet: 84, A6 and A3. RGB value is (132,166,163). Sum of RGB (Red+Green+Blue) = 132+166+163=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 166 - color contains mainly: green. Hex color #84A6A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A6A3 is #7B595C. Grayscale: #9B9B9B. Windows color (decimal): -8083805 or 10724996. OLE color: 10724996.
HSL color Cylindrical-coordinate representation of color #84A6A3: hue angle of 174.71º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A6A3 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 163 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.35 |
| HSL | 174.71º | 0.16% | 0.58% | - |
| HSV(B) | 174.71º | 0.2% | 0.65% | - |
| XYZ | 29.76 | 34.82 | 39.8 | - |
| YUV | 155.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 163 | 0.20 | 0 | 0.02 | 0.35 | 174.71 | 0.16 | 0.58 |
| Hex | 84 | A6 | A3 | 14 | 0 | 2 | 23 | AF | 10 | 3A |
| Octal | 204 | 246 | 243 | 24 | 0 | 2 | 43 | 257 | 20 | 72 |
| Binary | 10000100 | 10100110 | 10100011 | 10100 | 0 | 10 | 100011 | 10101111 | 10000 | 111010 |
Color Harmonies of #84A6A3
Complementary color
Monochromatic Colors of #84A6A3
Black with #84A6A3
Text Example
Text Example
White with #84A6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A6A3; }
p { color: rgb(132,166,163); }
H1.HeaderClassName
{
color: #84A6A3;
}
.AnyTagClassName
{
color: #84A6A3;
}
</style>
background-color css
<style>
a { background-color: #84A6A3; }
a { background-color: rgb(132,166,163); }
div.DivClassName
{
background-color: #84A6A3;
}
.BgClassName
{
background-color: #84A6A3;
}
</style>
border-color css
<style>
span { border-color: #84A6A3; }
span { border-color: rgb(132,166,163); }
td.TdClassName
{
border-color: #84A6A3;
}
.TagClassName
{
border-color: #84A6A3;
}
</style>