Shades of Neptune #7AA8AB
Tints of Neptune #7AA8AB
RGB
CMYK
RGB Variations
Color information
#7AA8AB (or 0x7AA8AB) is known color: Neptune. HEX triplet: 7A, A8 and AB. RGB value is (122,168,171). Sum of RGB (Red+Green+Blue) = 122+168+171=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #7AA8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA8AB is #855754. Grayscale: #9A9A9A. Windows color (decimal): -8738645 or 11249786. OLE color: 11249786.
HSL color Cylindrical-coordinate representation of color #7AA8AB: hue angle of 183.67º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AA8AB is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 168 | 171 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.33 |
| HSL | 183.67º | 0.23% | 0.57% | - |
| HSV(B) | 183.67º | 0.29% | 0.67% | - |
| XYZ | 29.38 | 35.08 | 43.75 | - |
| YUV | 154.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 168 | 171 | 0.29 | 0.02 | 0 | 0.33 | 183.67 | 0.23 | 0.57 |
| Hex | 7A | A8 | AB | 1D | 2 | 0 | 21 | B8 | 17 | 39 |
| Octal | 172 | 250 | 253 | 35 | 2 | 0 | 41 | 270 | 27 | 71 |
| Binary | 1111010 | 10101000 | 10101011 | 11101 | 10 | 0 | 100001 | 10111000 | 10111 | 111001 |
Color Harmonies of #7AA8AB
Complementary color
Monochromatic Colors of #7AA8AB
Black with #7AA8AB
Text Example
Text Example
White with #7AA8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA8AB; }
p { color: rgb(122,168,171); }
H1.HeaderClassName
{
color: #7AA8AB;
}
.AnyTagClassName
{
color: #7AA8AB;
}
</style>
background-color css
<style>
a { background-color: #7AA8AB; }
a { background-color: rgb(122,168,171); }
div.DivClassName
{
background-color: #7AA8AB;
}
.BgClassName
{
background-color: #7AA8AB;
}
</style>
border-color css
<style>
span { border-color: #7AA8AB; }
span { border-color: rgb(122,168,171); }
td.TdClassName
{
border-color: #7AA8AB;
}
.TagClassName
{
border-color: #7AA8AB;
}
</style>