Shades of Neptune #76A0AC
Tints of Neptune #76A0AC
RGB
CMYK
RGB Variations
Color information
#76A0AC (or 0x76A0AC) is known color: Neptune. HEX triplet: 76, A0 and AC. RGB value is (118,160,172). Sum of RGB (Red+Green+Blue) = 118+160+172=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #76A0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A0AC is #895F53. Grayscale: #949494. Windows color (decimal): -9002836 or 11313270. OLE color: 11313270.
HSL color Cylindrical-coordinate representation of color #76A0AC: hue angle of 193.33º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76A0AC is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 160 | 172 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.33 |
| HSL | 193.33º | 0.25% | 0.57% | - |
| HSV(B) | 193.33º | 0.31% | 0.67% | - |
| XYZ | 27.49 | 31.97 | 43.75 | - |
| YUV | 148.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 160 | 172 | 0.31 | 0.07 | 0 | 0.33 | 193.33 | 0.25 | 0.57 |
| Hex | 76 | A0 | AC | 1F | 7 | 0 | 21 | C1 | 19 | 39 |
| Octal | 166 | 240 | 254 | 37 | 7 | 0 | 41 | 301 | 31 | 71 |
| Binary | 1110110 | 10100000 | 10101100 | 11111 | 111 | 0 | 100001 | 11000001 | 11001 | 111001 |
Color Harmonies of #76A0AC
Complementary color
Monochromatic Colors of #76A0AC
Black with #76A0AC
Text Example
Text Example
White with #76A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A0AC; }
p { color: rgb(118,160,172); }
H1.HeaderClassName
{
color: #76A0AC;
}
.AnyTagClassName
{
color: #76A0AC;
}
</style>
background-color css
<style>
a { background-color: #76A0AC; }
a { background-color: rgb(118,160,172); }
div.DivClassName
{
background-color: #76A0AC;
}
.BgClassName
{
background-color: #76A0AC;
}
</style>
border-color css
<style>
span { border-color: #76A0AC; }
span { border-color: rgb(118,160,172); }
td.TdClassName
{
border-color: #76A0AC;
}
.TagClassName
{
border-color: #76A0AC;
}
</style>