Shades of Neptune #7AABAF
Tints of Neptune #7AABAF
RGB
CMYK
RGB Variations
Color information
#7AABAF (or 0x7AABAF) is known color: Neptune. HEX triplet: 7A, AB and AF. RGB value is (122,171,175). Sum of RGB (Red+Green+Blue) = 122+171+175=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #7AABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AABAF is #855450. Grayscale: #9C9C9C. Windows color (decimal): -8737873 or 11512698. OLE color: 11512698.
HSL color Cylindrical-coordinate representation of color #7AABAF: hue angle of 184.53º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AABAF is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 171 | 175 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.31 |
| HSL | 184.53º | 0.25% | 0.58% | - |
| HSV(B) | 184.53º | 0.3% | 0.69% | - |
| XYZ | 30.33 | 36.36 | 45.98 | - |
| YUV | 156.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 175 | 0.30 | 0.02 | 0 | 0.31 | 184.53 | 0.25 | 0.58 |
| Hex | 7A | AB | AF | 1E | 2 | 0 | 1F | B9 | 19 | 3A |
| Octal | 172 | 253 | 257 | 36 | 2 | 0 | 37 | 271 | 31 | 72 |
| Binary | 1111010 | 10101011 | 10101111 | 11110 | 10 | 0 | 11111 | 10111001 | 11001 | 111010 |
Color Harmonies of #7AABAF
Complementary color
Monochromatic Colors of #7AABAF
Black with #7AABAF
Text Example
Text Example
White with #7AABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AABAF; }
p { color: rgb(122,171,175); }
H1.HeaderClassName
{
color: #7AABAF;
}
.AnyTagClassName
{
color: #7AABAF;
}
</style>
background-color css
<style>
a { background-color: #7AABAF; }
a { background-color: rgb(122,171,175); }
div.DivClassName
{
background-color: #7AABAF;
}
.BgClassName
{
background-color: #7AABAF;
}
</style>
border-color css
<style>
span { border-color: #7AABAF; }
span { border-color: rgb(122,171,175); }
td.TdClassName
{
border-color: #7AABAF;
}
.TagClassName
{
border-color: #7AABAF;
}
</style>