Shades of Neptune #81AEAB
Tints of Neptune #81AEAB
RGB
CMYK
RGB Variations
Color information
#81AEAB (or 0x81AEAB) is known color: Neptune. HEX triplet: 81, AE and AB. RGB value is (129,174,171). Sum of RGB (Red+Green+Blue) = 129+174+171=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 174 - color contains mainly: green. Hex color #81AEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AEAB is #7E5154. Grayscale: #A0A0A0. Windows color (decimal): -8278357 or 11251329. OLE color: 11251329.
HSL color Cylindrical-coordinate representation of color #81AEAB: hue angle of 176º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81AEAB is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 174 | 171 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.32 |
| HSL | 176º | 0.22% | 0.59% | - |
| HSV(B) | 176º | 0.26% | 0.68% | - |
| XYZ | 31.54 | 37.88 | 44.18 | - |
| YUV | 160.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 174 | 171 | 0.26 | 0 | 0.02 | 0.32 | 176 | 0.22 | 0.59 |
| Hex | 81 | AE | AB | 1A | 0 | 2 | 20 | B0 | 16 | 3B |
| Octal | 201 | 256 | 253 | 32 | 0 | 2 | 40 | 260 | 26 | 73 |
| Binary | 10000001 | 10101110 | 10101011 | 11010 | 0 | 10 | 100000 | 10110000 | 10110 | 111011 |
Color Harmonies of #81AEAB
Complementary color
Monochromatic Colors of #81AEAB
Black with #81AEAB
Text Example
Text Example
White with #81AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AEAB; }
p { color: rgb(129,174,171); }
H1.HeaderClassName
{
color: #81AEAB;
}
.AnyTagClassName
{
color: #81AEAB;
}
</style>
background-color css
<style>
a { background-color: #81AEAB; }
a { background-color: rgb(129,174,171); }
div.DivClassName
{
background-color: #81AEAB;
}
.BgClassName
{
background-color: #81AEAB;
}
</style>
border-color css
<style>
span { border-color: #81AEAB; }
span { border-color: rgb(129,174,171); }
td.TdClassName
{
border-color: #81AEAB;
}
.TagClassName
{
border-color: #81AEAB;
}
</style>