Shades of Neptune #76A8AC
Tints of Neptune #76A8AC
RGB
CMYK
RGB Variations
Color information
#76A8AC (or 0x76A8AC) is known color: Neptune. HEX triplet: 76, A8 and AC. RGB value is (118,168,172). Sum of RGB (Red+Green+Blue) = 118+168+172=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #76A8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A8AC is #895753. Grayscale: #999999. Windows color (decimal): -9000788 or 11315318. OLE color: 11315318.
HSL color Cylindrical-coordinate representation of color #76A8AC: hue angle of 184.44º 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 #76A8AC is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 168 | 172 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.33 |
| HSL | 184.44º | 0.25% | 0.57% | - |
| HSV(B) | 184.44º | 0.31% | 0.67% | - |
| XYZ | 28.92 | 34.84 | 44.23 | - |
| YUV | 153.51 | 138.44 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 168 | 172 | 0.31 | 0.02 | 0 | 0.33 | 184.44 | 0.25 | 0.57 |
| Hex | 76 | A8 | AC | 1F | 2 | 0 | 21 | B8 | 19 | 39 |
| Octal | 166 | 250 | 254 | 37 | 2 | 0 | 41 | 270 | 31 | 71 |
| Binary | 1110110 | 10101000 | 10101100 | 11111 | 10 | 0 | 100001 | 10111000 | 11001 | 111001 |
Color Harmonies of #76A8AC
Complementary color
Monochromatic Colors of #76A8AC
Black with #76A8AC
Text Example
Text Example
White with #76A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A8AC; }
p { color: rgb(118,168,172); }
H1.HeaderClassName
{
color: #76A8AC;
}
.AnyTagClassName
{
color: #76A8AC;
}
</style>
background-color css
<style>
a { background-color: #76A8AC; }
a { background-color: rgb(118,168,172); }
div.DivClassName
{
background-color: #76A8AC;
}
.BgClassName
{
background-color: #76A8AC;
}
</style>
border-color css
<style>
span { border-color: #76A8AC; }
span { border-color: rgb(118,168,172); }
td.TdClassName
{
border-color: #76A8AC;
}
.TagClassName
{
border-color: #76A8AC;
}
</style>