Shades of Neptune #76A8AB
Tints of Neptune #76A8AB
RGB
CMYK
RGB Variations
Color information
#76A8AB (or 0x76A8AB) is known color: Neptune. HEX triplet: 76, A8 and AB. RGB value is (118,168,171). Sum of RGB (Red+Green+Blue) = 118+168+171=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #76A8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A8AB is #895754. Grayscale: #999999. Windows color (decimal): -9000789 or 11249782. OLE color: 11249782.
HSL color Cylindrical-coordinate representation of color #76A8AB: hue angle of 183.4º degrees, saturation: 0.24, 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 #76A8AB is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 168 | 171 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.33 |
| HSL | 183.4º | 0.24% | 0.57% | - |
| HSV(B) | 183.4º | 0.31% | 0.67% | - |
| XYZ | 28.82 | 34.8 | 43.73 | - |
| YUV | 153.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 168 | 171 | 0.31 | 0.02 | 0 | 0.33 | 183.4 | 0.24 | 0.57 |
| Hex | 76 | A8 | AB | 1F | 2 | 0 | 21 | B7 | 18 | 39 |
| Octal | 166 | 250 | 253 | 37 | 2 | 0 | 41 | 267 | 30 | 71 |
| Binary | 1110110 | 10101000 | 10101011 | 11111 | 10 | 0 | 100001 | 10110111 | 11000 | 111001 |
Color Harmonies of #76A8AB
Complementary color
Monochromatic Colors of #76A8AB
Black with #76A8AB
Text Example
Text Example
White with #76A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A8AB; }
p { color: rgb(118,168,171); }
H1.HeaderClassName
{
color: #76A8AB;
}
.AnyTagClassName
{
color: #76A8AB;
}
</style>
background-color css
<style>
a { background-color: #76A8AB; }
a { background-color: rgb(118,168,171); }
div.DivClassName
{
background-color: #76A8AB;
}
.BgClassName
{
background-color: #76A8AB;
}
</style>
border-color css
<style>
span { border-color: #76A8AB; }
span { border-color: rgb(118,168,171); }
td.TdClassName
{
border-color: #76A8AB;
}
.TagClassName
{
border-color: #76A8AB;
}
</style>