Shades of Neptune #7AACAD
Tints of Neptune #7AACAD
RGB
CMYK
RGB Variations
Color information
#7AACAD (or 0x7AACAD) is known color: Neptune. HEX triplet: 7A, AC and AD. RGB value is (122,172,173). Sum of RGB (Red+Green+Blue) = 122+172+173=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #7AACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AACAD is #855352. Grayscale: #9D9D9D. Windows color (decimal): -8737619 or 11381882. OLE color: 11381882.
HSL color Cylindrical-coordinate representation of color #7AACAD: hue angle of 181.18º 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 #7AACAD is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 172 | 173 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.32 |
| HSL | 181.18º | 0.24% | 0.58% | - |
| HSV(B) | 181.18º | 0.29% | 0.68% | - |
| XYZ | 30.32 | 36.66 | 45.01 | - |
| YUV | 157.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 173 | 0.29 | 0.01 | 0 | 0.32 | 181.18 | 0.24 | 0.58 |
| Hex | 7A | AC | AD | 1D | 1 | 0 | 20 | B5 | 18 | 3A |
| Octal | 172 | 254 | 255 | 35 | 1 | 0 | 40 | 265 | 30 | 72 |
| Binary | 1111010 | 10101100 | 10101101 | 11101 | 1 | 0 | 100000 | 10110101 | 11000 | 111010 |
Color Harmonies of #7AACAD
Complementary color
Monochromatic Colors of #7AACAD
Black with #7AACAD
Text Example
Text Example
White with #7AACAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AACAD; }
p { color: rgb(122,172,173); }
H1.HeaderClassName
{
color: #7AACAD;
}
.AnyTagClassName
{
color: #7AACAD;
}
</style>
background-color css
<style>
a { background-color: #7AACAD; }
a { background-color: rgb(122,172,173); }
div.DivClassName
{
background-color: #7AACAD;
}
.BgClassName
{
background-color: #7AACAD;
}
</style>
border-color css
<style>
span { border-color: #7AACAD; }
span { border-color: rgb(122,172,173); }
td.TdClassName
{
border-color: #7AACAD;
}
.TagClassName
{
border-color: #7AACAD;
}
</style>