Shades of Neptune #81AFAC
Tints of Neptune #81AFAC
RGB
CMYK
RGB Variations
Color information
#81AFAC (or 0x81AFAC) is known color: Neptune. HEX triplet: 81, AF and AC. RGB value is (129,175,172). Sum of RGB (Red+Green+Blue) = 129+175+172=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 175 - color contains mainly: green. Hex color #81AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AFAC is #7E5053. Grayscale: #A0A0A0. Windows color (decimal): -8278100 or 11317121. OLE color: 11317121.
HSL color Cylindrical-coordinate representation of color #81AFAC: hue angle of 176.09º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81AFAC is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 172 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.31 |
| HSL | 176.09º | 0.22% | 0.6% | - |
| HSV(B) | 176.09º | 0.26% | 0.69% | - |
| XYZ | 31.83 | 38.31 | 44.75 | - |
| YUV | 160.9 | 134.26 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 172 | 0.26 | 0 | 0.02 | 0.31 | 176.09 | 0.22 | 0.6 |
| Hex | 81 | AF | AC | 1A | 0 | 2 | 1F | B0 | 16 | 3C |
| Octal | 201 | 257 | 254 | 32 | 0 | 2 | 37 | 260 | 26 | 74 |
| Binary | 10000001 | 10101111 | 10101100 | 11010 | 0 | 10 | 11111 | 10110000 | 10110 | 111100 |
Color Harmonies of #81AFAC
Complementary color
Monochromatic Colors of #81AFAC
Black with #81AFAC
Text Example
Text Example
White with #81AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AFAC; }
p { color: rgb(129,175,172); }
H1.HeaderClassName
{
color: #81AFAC;
}
.AnyTagClassName
{
color: #81AFAC;
}
</style>
background-color css
<style>
a { background-color: #81AFAC; }
a { background-color: rgb(129,175,172); }
div.DivClassName
{
background-color: #81AFAC;
}
.BgClassName
{
background-color: #81AFAC;
}
</style>
border-color css
<style>
span { border-color: #81AFAC; }
span { border-color: rgb(129,175,172); }
td.TdClassName
{
border-color: #81AFAC;
}
.TagClassName
{
border-color: #81AFAC;
}
</style>