Shades of Submarine #87A6A3
Tints of Submarine #87A6A3
RGB
CMYK
RGB Variations
Color information
#87A6A3 (or 0x87A6A3) is known color: Submarine. HEX triplet: 87, A6 and A3. RGB value is (135,166,163). Sum of RGB (Red+Green+Blue) = 135+166+163=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 166 - color contains mainly: green. Hex color #87A6A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A6A3 is #78595C. Grayscale: #9C9C9C. Windows color (decimal): -7887197 or 10724999. OLE color: 10724999.
HSL color Cylindrical-coordinate representation of color #87A6A3: hue angle of 174.19º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87A6A3 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 166 | 163 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.35 |
| HSL | 174.19º | 0.15% | 0.59% | - |
| HSV(B) | 174.19º | 0.19% | 0.65% | - |
| XYZ | 30.24 | 35.07 | 39.83 | - |
| YUV | 156.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 166 | 163 | 0.19 | 0 | 0.02 | 0.35 | 174.19 | 0.15 | 0.59 |
| Hex | 87 | A6 | A3 | 13 | 0 | 2 | 23 | AE | F | 3B |
| Octal | 207 | 246 | 243 | 23 | 0 | 2 | 43 | 256 | 17 | 73 |
| Binary | 10000111 | 10100110 | 10100011 | 10011 | 0 | 10 | 100011 | 10101110 | 1111 | 111011 |
Color Harmonies of #87A6A3
Complementary color
Monochromatic Colors of #87A6A3
Black with #87A6A3
Text Example
Text Example
White with #87A6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A6A3; }
p { color: rgb(135,166,163); }
H1.HeaderClassName
{
color: #87A6A3;
}
.AnyTagClassName
{
color: #87A6A3;
}
</style>
background-color css
<style>
a { background-color: #87A6A3; }
a { background-color: rgb(135,166,163); }
div.DivClassName
{
background-color: #87A6A3;
}
.BgClassName
{
background-color: #87A6A3;
}
</style>
border-color css
<style>
span { border-color: #87A6A3; }
span { border-color: rgb(135,166,163); }
td.TdClassName
{
border-color: #87A6A3;
}
.TagClassName
{
border-color: #87A6A3;
}
</style>