Shades of Neptune #76AAA9
Tints of Neptune #76AAA9
RGB
CMYK
RGB Variations
Color information
#76AAA9 (or 0x76AAA9) is known color: Neptune. HEX triplet: 76, AA and A9. RGB value is (118,170,169). Sum of RGB (Red+Green+Blue) = 118+170+169=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 170 - color contains mainly: green. Hex color #76AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AAA9 is #895556. Grayscale: #9A9A9A. Windows color (decimal): -9000279 or 11119222. OLE color: 11119222.
HSL color Cylindrical-coordinate representation of color #76AAA9: hue angle of 178.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AAA9 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 170 | 169 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.33 |
| HSL | 178.85º | 0.23% | 0.56% | - |
| HSV(B) | 178.85º | 0.31% | 0.67% | - |
| XYZ | 29.01 | 35.47 | 42.85 | - |
| YUV | 154.34 | 136.27 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 169 | 0.31 | 0 | 0.01 | 0.33 | 178.85 | 0.23 | 0.56 |
| Hex | 76 | AA | A9 | 1F | 0 | 1 | 21 | B3 | 17 | 38 |
| Octal | 166 | 252 | 251 | 37 | 0 | 1 | 41 | 263 | 27 | 70 |
| Binary | 1110110 | 10101010 | 10101001 | 11111 | 0 | 1 | 100001 | 10110011 | 10111 | 111000 |
Color Harmonies of #76AAA9
Complementary color
Monochromatic Colors of #76AAA9
Black with #76AAA9
Text Example
Text Example
White with #76AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AAA9; }
p { color: rgb(118,170,169); }
H1.HeaderClassName
{
color: #76AAA9;
}
.AnyTagClassName
{
color: #76AAA9;
}
</style>
background-color css
<style>
a { background-color: #76AAA9; }
a { background-color: rgb(118,170,169); }
div.DivClassName
{
background-color: #76AAA9;
}
.BgClassName
{
background-color: #76AAA9;
}
</style>
border-color css
<style>
span { border-color: #76AAA9; }
span { border-color: rgb(118,170,169); }
td.TdClassName
{
border-color: #76AAA9;
}
.TagClassName
{
border-color: #76AAA9;
}
</style>