Shades of Neptune #7AAAB3
Tints of Neptune #7AAAB3
RGB
CMYK
RGB Variations
Color information
#7AAAB3 (or 0x7AAAB3) is known color: Neptune. HEX triplet: 7A, AA and B3. RGB value is (122,170,179). Sum of RGB (Red+Green+Blue) = 122+170+179=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 179 - color contains mainly: blue. Hex color #7AAAB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAAB3 is #85554C. Grayscale: #9C9C9C. Windows color (decimal): -8738125 or 11774586. OLE color: 11774586.
HSL color Cylindrical-coordinate representation of color #7AAAB3: hue angle of 189.47º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AAAB3 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 170 | 179 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.30 |
| HSL | 189.47º | 0.27% | 0.59% | - |
| HSV(B) | 189.47º | 0.32% | 0.7% | - |
| XYZ | 30.54 | 36.14 | 48.01 | - |
| YUV | 156.67 | 140.6 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 179 | 0.32 | 0.05 | 0 | 0.30 | 189.47 | 0.27 | 0.59 |
| Hex | 7A | AA | B3 | 20 | 5 | 0 | 1E | BD | 1B | 3B |
| Octal | 172 | 252 | 263 | 40 | 5 | 0 | 36 | 275 | 33 | 73 |
| Binary | 1111010 | 10101010 | 10110011 | 100000 | 101 | 0 | 11110 | 10111101 | 11011 | 111011 |
Color Harmonies of #7AAAB3
Complementary color
Monochromatic Colors of #7AAAB3
Black with #7AAAB3
Text Example
Text Example
White with #7AAAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAAB3; }
p { color: rgb(122,170,179); }
H1.HeaderClassName
{
color: #7AAAB3;
}
.AnyTagClassName
{
color: #7AAAB3;
}
</style>
background-color css
<style>
a { background-color: #7AAAB3; }
a { background-color: rgb(122,170,179); }
div.DivClassName
{
background-color: #7AAAB3;
}
.BgClassName
{
background-color: #7AAAB3;
}
</style>
border-color css
<style>
span { border-color: #7AAAB3; }
span { border-color: rgb(122,170,179); }
td.TdClassName
{
border-color: #7AAAB3;
}
.TagClassName
{
border-color: #7AAAB3;
}
</style>