Shades of Neptune #76A2AD
Tints of Neptune #76A2AD
RGB
CMYK
RGB Variations
Color information
#76A2AD (or 0x76A2AD) is known color: Neptune. HEX triplet: 76, A2 and AD. RGB value is (118,162,173). Sum of RGB (Red+Green+Blue) = 118+162+173=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #76A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A2AD is #895D52. Grayscale: #969696. Windows color (decimal): -9002323 or 11379318. OLE color: 11379318.
HSL color Cylindrical-coordinate representation of color #76A2AD: hue angle of 192º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76A2AD is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 162 | 173 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.32 |
| HSL | 192º | 0.25% | 0.57% | - |
| HSV(B) | 192º | 0.32% | 0.68% | - |
| XYZ | 27.93 | 32.71 | 44.38 | - |
| YUV | 150.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 173 | 0.32 | 0.06 | 0 | 0.32 | 192 | 0.25 | 0.57 |
| Hex | 76 | A2 | AD | 20 | 6 | 0 | 20 | C0 | 19 | 39 |
| Octal | 166 | 242 | 255 | 40 | 6 | 0 | 40 | 300 | 31 | 71 |
| Binary | 1110110 | 10100010 | 10101101 | 100000 | 110 | 0 | 100000 | 11000000 | 11001 | 111001 |
Color Harmonies of #76A2AD
Complementary color
Monochromatic Colors of #76A2AD
Black with #76A2AD
Text Example
Text Example
White with #76A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A2AD; }
p { color: rgb(118,162,173); }
H1.HeaderClassName
{
color: #76A2AD;
}
.AnyTagClassName
{
color: #76A2AD;
}
</style>
background-color css
<style>
a { background-color: #76A2AD; }
a { background-color: rgb(118,162,173); }
div.DivClassName
{
background-color: #76A2AD;
}
.BgClassName
{
background-color: #76A2AD;
}
</style>
border-color css
<style>
span { border-color: #76A2AD; }
span { border-color: rgb(118,162,173); }
td.TdClassName
{
border-color: #76A2AD;
}
.TagClassName
{
border-color: #76A2AD;
}
</style>