Shades of Neptune #76A6AA
Tints of Neptune #76A6AA
RGB
CMYK
RGB Variations
Color information
#76A6AA (or 0x76A6AA) is known color: Neptune. HEX triplet: 76, A6 and AA. RGB value is (118,166,170). Sum of RGB (Red+Green+Blue) = 118+166+170=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #76A6AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A6AA is #895955. Grayscale: #989898. Windows color (decimal): -9001302 or 11183734. OLE color: 11183734.
HSL color Cylindrical-coordinate representation of color #76A6AA: hue angle of 184.62º 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 #76A6AA is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 166 | 170 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.33 |
| HSL | 184.62º | 0.23% | 0.56% | - |
| HSV(B) | 184.62º | 0.31% | 0.67% | - |
| XYZ | 28.36 | 34.03 | 43.1 | - |
| YUV | 152.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 170 | 0.31 | 0.02 | 0 | 0.33 | 184.62 | 0.23 | 0.56 |
| Hex | 76 | A6 | AA | 1F | 2 | 0 | 21 | B9 | 17 | 38 |
| Octal | 166 | 246 | 252 | 37 | 2 | 0 | 41 | 271 | 27 | 70 |
| Binary | 1110110 | 10100110 | 10101010 | 11111 | 10 | 0 | 100001 | 10111001 | 10111 | 111000 |
Color Harmonies of #76A6AA
Complementary color
Monochromatic Colors of #76A6AA
Black with #76A6AA
Text Example
Text Example
White with #76A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A6AA; }
p { color: rgb(118,166,170); }
H1.HeaderClassName
{
color: #76A6AA;
}
.AnyTagClassName
{
color: #76A6AA;
}
</style>
background-color css
<style>
a { background-color: #76A6AA; }
a { background-color: rgb(118,166,170); }
div.DivClassName
{
background-color: #76A6AA;
}
.BgClassName
{
background-color: #76A6AA;
}
</style>
border-color css
<style>
span { border-color: #76A6AA; }
span { border-color: rgb(118,166,170); }
td.TdClassName
{
border-color: #76A6AA;
}
.TagClassName
{
border-color: #76A6AA;
}
</style>