Shades of Neptune #76ADAB
Tints of Neptune #76ADAB
RGB
CMYK
RGB Variations
Color information
#76ADAB (or 0x76ADAB) is known color: Neptune. HEX triplet: 76, AD and AB. RGB value is (118,173,171). Sum of RGB (Red+Green+Blue) = 118+173+171=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 173 - color contains mainly: green. Hex color #76ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ADAB is #895254. Grayscale: #9C9C9C. Windows color (decimal): -8999509 or 11251062. OLE color: 11251062.
HSL color Cylindrical-coordinate representation of color #76ADAB: hue angle of 177.82º 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 #76ADAB is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 173 | 171 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.32 |
| HSL | 177.82º | 0.25% | 0.57% | - |
| HSV(B) | 177.82º | 0.32% | 0.68% | - |
| XYZ | 29.77 | 36.68 | 44.04 | - |
| YUV | 156.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 171 | 0.32 | 0 | 0.01 | 0.32 | 177.82 | 0.25 | 0.57 |
| Hex | 76 | AD | AB | 20 | 0 | 1 | 20 | B2 | 19 | 39 |
| Octal | 166 | 255 | 253 | 40 | 0 | 1 | 40 | 262 | 31 | 71 |
| Binary | 1110110 | 10101101 | 10101011 | 100000 | 0 | 1 | 100000 | 10110010 | 11001 | 111001 |
Color Harmonies of #76ADAB
Complementary color
Monochromatic Colors of #76ADAB
Black with #76ADAB
Text Example
Text Example
White with #76ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ADAB; }
p { color: rgb(118,173,171); }
H1.HeaderClassName
{
color: #76ADAB;
}
.AnyTagClassName
{
color: #76ADAB;
}
</style>
background-color css
<style>
a { background-color: #76ADAB; }
a { background-color: rgb(118,173,171); }
div.DivClassName
{
background-color: #76ADAB;
}
.BgClassName
{
background-color: #76ADAB;
}
</style>
border-color css
<style>
span { border-color: #76ADAB; }
span { border-color: rgb(118,173,171); }
td.TdClassName
{
border-color: #76ADAB;
}
.TagClassName
{
border-color: #76ADAB;
}
</style>