Shades of Neptune #81AEAC
Tints of Neptune #81AEAC
RGB
CMYK
RGB Variations
Color information
#81AEAC (or 0x81AEAC) is known color: Neptune. HEX triplet: 81, AE and AC. RGB value is (129,174,172). Sum of RGB (Red+Green+Blue) = 129+174+172=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #81AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AEAC is #7E5153. Grayscale: #A0A0A0. Windows color (decimal): -8278356 or 11316865. OLE color: 11316865.
HSL color Cylindrical-coordinate representation of color #81AEAC: hue angle of 177.33º 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 #81AEAC is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 174 | 172 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.32 |
| HSL | 177.33º | 0.22% | 0.59% | - |
| HSV(B) | 177.33º | 0.26% | 0.68% | - |
| XYZ | 31.64 | 37.92 | 44.68 | - |
| YUV | 160.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 174 | 172 | 0.26 | 0 | 0.01 | 0.32 | 177.33 | 0.22 | 0.59 |
| Hex | 81 | AE | AC | 1A | 0 | 1 | 20 | B1 | 16 | 3B |
| Octal | 201 | 256 | 254 | 32 | 0 | 1 | 40 | 261 | 26 | 73 |
| Binary | 10000001 | 10101110 | 10101100 | 11010 | 0 | 1 | 100000 | 10110001 | 10110 | 111011 |
Color Harmonies of #81AEAC
Complementary color
Monochromatic Colors of #81AEAC
Black with #81AEAC
Text Example
Text Example
White with #81AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AEAC; }
p { color: rgb(129,174,172); }
H1.HeaderClassName
{
color: #81AEAC;
}
.AnyTagClassName
{
color: #81AEAC;
}
</style>
background-color css
<style>
a { background-color: #81AEAC; }
a { background-color: rgb(129,174,172); }
div.DivClassName
{
background-color: #81AEAC;
}
.BgClassName
{
background-color: #81AEAC;
}
</style>
border-color css
<style>
span { border-color: #81AEAC; }
span { border-color: rgb(129,174,172); }
td.TdClassName
{
border-color: #81AEAC;
}
.TagClassName
{
border-color: #81AEAC;
}
</style>