Shades of Neptune #7AADAB
Tints of Neptune #7AADAB
RGB
CMYK
RGB Variations
Color information
#7AADAB (or 0x7AADAB) is known color: Neptune. HEX triplet: 7A, AD and AB. RGB value is (122,173,171). Sum of RGB (Red+Green+Blue) = 122+173+171=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #7AADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AADAB is #855254. Grayscale: #9D9D9D. Windows color (decimal): -8737365 or 11251066. OLE color: 11251066.
HSL color Cylindrical-coordinate representation of color #7AADAB: hue angle of 177.65º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AADAB is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 173 | 171 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.32 |
| HSL | 177.65º | 0.24% | 0.58% | - |
| HSV(B) | 177.65º | 0.29% | 0.68% | - |
| XYZ | 30.32 | 36.96 | 44.06 | - |
| YUV | 157.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 171 | 0.29 | 0 | 0.01 | 0.32 | 177.65 | 0.24 | 0.58 |
| Hex | 7A | AD | AB | 1D | 0 | 1 | 20 | B2 | 18 | 3A |
| Octal | 172 | 255 | 253 | 35 | 0 | 1 | 40 | 262 | 30 | 72 |
| Binary | 1111010 | 10101101 | 10101011 | 11101 | 0 | 1 | 100000 | 10110010 | 11000 | 111010 |
Color Harmonies of #7AADAB
Complementary color
Monochromatic Colors of #7AADAB
Black with #7AADAB
Text Example
Text Example
White with #7AADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AADAB; }
p { color: rgb(122,173,171); }
H1.HeaderClassName
{
color: #7AADAB;
}
.AnyTagClassName
{
color: #7AADAB;
}
</style>
background-color css
<style>
a { background-color: #7AADAB; }
a { background-color: rgb(122,173,171); }
div.DivClassName
{
background-color: #7AADAB;
}
.BgClassName
{
background-color: #7AADAB;
}
</style>
border-color css
<style>
span { border-color: #7AADAB; }
span { border-color: rgb(122,173,171); }
td.TdClassName
{
border-color: #7AADAB;
}
.TagClassName
{
border-color: #7AADAB;
}
</style>