Shades of Submarine #81A6A2
Tints of Submarine #81A6A2
RGB
CMYK
RGB Variations
Color information
#81A6A2 (or 0x81A6A2) is known color: Submarine. HEX triplet: 81, A6 and A2. RGB value is (129,166,162). Sum of RGB (Red+Green+Blue) = 129+166+162=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 166 - color contains mainly: green. Hex color #81A6A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A6A2 is #7E595D. Grayscale: #9A9A9A. Windows color (decimal): -8280414 or 10659457. OLE color: 10659457.
HSL color Cylindrical-coordinate representation of color #81A6A2: hue angle of 173.51º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #81A6A2 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 166 | 162 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.35 |
| HSL | 173.51º | 0.17% | 0.58% | - |
| HSV(B) | 173.51º | 0.22% | 0.65% | - |
| XYZ | 29.21 | 34.55 | 39.31 | - |
| YUV | 154.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 166 | 162 | 0.22 | 0 | 0.02 | 0.35 | 173.51 | 0.17 | 0.58 |
| Hex | 81 | A6 | A2 | 16 | 0 | 2 | 23 | AE | 11 | 3A |
| Octal | 201 | 246 | 242 | 26 | 0 | 2 | 43 | 256 | 21 | 72 |
| Binary | 10000001 | 10100110 | 10100010 | 10110 | 0 | 10 | 100011 | 10101110 | 10001 | 111010 |
Color Harmonies of #81A6A2
Complementary color
Monochromatic Colors of #81A6A2
Black with #81A6A2
Text Example
Text Example
White with #81A6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A6A2; }
p { color: rgb(129,166,162); }
H1.HeaderClassName
{
color: #81A6A2;
}
.AnyTagClassName
{
color: #81A6A2;
}
</style>
background-color css
<style>
a { background-color: #81A6A2; }
a { background-color: rgb(129,166,162); }
div.DivClassName
{
background-color: #81A6A2;
}
.BgClassName
{
background-color: #81A6A2;
}
</style>
border-color css
<style>
span { border-color: #81A6A2; }
span { border-color: rgb(129,166,162); }
td.TdClassName
{
border-color: #81A6A2;
}
.TagClassName
{
border-color: #81A6A2;
}
</style>