Shades of Neptune #7AAAB2
Tints of Neptune #7AAAB2
RGB
CMYK
RGB Variations
Color information
#7AAAB2 (or 0x7AAAB2) is known color: Neptune. HEX triplet: 7A, AA and B2. RGB value is (122,170,178). Sum of RGB (Red+Green+Blue) = 122+170+178=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 178 - color contains mainly: blue. Hex color #7AAAB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAAB2 is #85554D. Grayscale: #9C9C9C. Windows color (decimal): -8738126 or 11709050. OLE color: 11709050.
HSL color Cylindrical-coordinate representation of color #7AAAB2: hue angle of 188.57º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AAAB2 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 170 | 178 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.30 |
| HSL | 188.57º | 0.27% | 0.59% | - |
| HSV(B) | 188.57º | 0.31% | 0.7% | - |
| XYZ | 30.44 | 36.1 | 47.48 | - |
| YUV | 156.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 178 | 0.31 | 0.04 | 0 | 0.30 | 188.57 | 0.27 | 0.59 |
| Hex | 7A | AA | B2 | 1F | 4 | 0 | 1E | BD | 1B | 3B |
| Octal | 172 | 252 | 262 | 37 | 4 | 0 | 36 | 275 | 33 | 73 |
| Binary | 1111010 | 10101010 | 10110010 | 11111 | 100 | 0 | 11110 | 10111101 | 11011 | 111011 |
Color Harmonies of #7AAAB2
Complementary color
Monochromatic Colors of #7AAAB2
Black with #7AAAB2
Text Example
Text Example
White with #7AAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAAB2; }
p { color: rgb(122,170,178); }
H1.HeaderClassName
{
color: #7AAAB2;
}
.AnyTagClassName
{
color: #7AAAB2;
}
</style>
background-color css
<style>
a { background-color: #7AAAB2; }
a { background-color: rgb(122,170,178); }
div.DivClassName
{
background-color: #7AAAB2;
}
.BgClassName
{
background-color: #7AAAB2;
}
</style>
border-color css
<style>
span { border-color: #7AAAB2; }
span { border-color: rgb(122,170,178); }
td.TdClassName
{
border-color: #7AAAB2;
}
.TagClassName
{
border-color: #7AAAB2;
}
</style>