Shades of Neptune #80B1AF
Tints of Neptune #80B1AF
RGB
CMYK
RGB Variations
Color information
#80B1AF (or 0x80B1AF) is known color: Neptune. HEX triplet: 80, B1 and AF. RGB value is (128,177,175). Sum of RGB (Red+Green+Blue) = 128+177+175=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 177 - color contains mainly: green. Hex color #80B1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B1AF is #7F4E50. Grayscale: #A2A2A2. Windows color (decimal): -8343121 or 11514240. OLE color: 11514240.
HSL color Cylindrical-coordinate representation of color #80B1AF: hue angle of 177.55º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80B1AF is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 175 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.31 |
| HSL | 177.55º | 0.24% | 0.6% | - |
| HSV(B) | 177.55º | 0.28% | 0.69% | - |
| XYZ | 32.36 | 39.13 | 46.4 | - |
| YUV | 162.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 175 | 0.28 | 0 | 0.01 | 0.31 | 177.55 | 0.24 | 0.6 |
| Hex | 80 | B1 | AF | 1C | 0 | 1 | 1F | B2 | 18 | 3C |
| Octal | 200 | 261 | 257 | 34 | 0 | 1 | 37 | 262 | 30 | 74 |
| Binary | 10000000 | 10110001 | 10101111 | 11100 | 0 | 1 | 11111 | 10110010 | 11000 | 111100 |
Color Harmonies of #80B1AF
Complementary color
Monochromatic Colors of #80B1AF
Black with #80B1AF
Text Example
Text Example
White with #80B1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B1AF; }
p { color: rgb(128,177,175); }
H1.HeaderClassName
{
color: #80B1AF;
}
.AnyTagClassName
{
color: #80B1AF;
}
</style>
background-color css
<style>
a { background-color: #80B1AF; }
a { background-color: rgb(128,177,175); }
div.DivClassName
{
background-color: #80B1AF;
}
.BgClassName
{
background-color: #80B1AF;
}
</style>
border-color css
<style>
span { border-color: #80B1AF; }
span { border-color: rgb(128,177,175); }
td.TdClassName
{
border-color: #80B1AF;
}
.TagClassName
{
border-color: #80B1AF;
}
</style>