Shades of Neptune #80AAA7
Tints of Neptune #80AAA7
RGB
CMYK
RGB Variations
Color information
#80AAA7 (or 0x80AAA7) is known color: Neptune. HEX triplet: 80, AA and A7. RGB value is (128,170,167). Sum of RGB (Red+Green+Blue) = 128+170+167=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #80AAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AAA7 is #7F5558. Grayscale: #9D9D9D. Windows color (decimal): -8344921 or 10988160. OLE color: 10988160.
HSL color Cylindrical-coordinate representation of color #80AAA7: hue angle of 175.71º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80AAA7 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 167 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.33 |
| HSL | 175.71º | 0.2% | 0.58% | - |
| HSV(B) | 175.71º | 0.25% | 0.67% | - |
| XYZ | 30.25 | 36.13 | 41.94 | - |
| YUV | 157.1 | 133.59 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 167 | 0.25 | 0 | 0.02 | 0.33 | 175.71 | 0.2 | 0.58 |
| Hex | 80 | AA | A7 | 19 | 0 | 2 | 21 | B0 | 14 | 3A |
| Octal | 200 | 252 | 247 | 31 | 0 | 2 | 41 | 260 | 24 | 72 |
| Binary | 10000000 | 10101010 | 10100111 | 11001 | 0 | 10 | 100001 | 10110000 | 10100 | 111010 |
Color Harmonies of #80AAA7
Complementary color
Monochromatic Colors of #80AAA7
Black with #80AAA7
Text Example
Text Example
White with #80AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AAA7; }
p { color: rgb(128,170,167); }
H1.HeaderClassName
{
color: #80AAA7;
}
.AnyTagClassName
{
color: #80AAA7;
}
</style>
background-color css
<style>
a { background-color: #80AAA7; }
a { background-color: rgb(128,170,167); }
div.DivClassName
{
background-color: #80AAA7;
}
.BgClassName
{
background-color: #80AAA7;
}
</style>
border-color css
<style>
span { border-color: #80AAA7; }
span { border-color: rgb(128,170,167); }
td.TdClassName
{
border-color: #80AAA7;
}
.TagClassName
{
border-color: #80AAA7;
}
</style>