Shades of Neptune #7AA5A2
Tints of Neptune #7AA5A2
RGB
CMYK
RGB Variations
Color information
#7AA5A2 (or 0x7AA5A2) is known color: Neptune. HEX triplet: 7A, A5 and A2. RGB value is (122,165,162). Sum of RGB (Red+Green+Blue) = 122+165+162=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA5A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA5A2 is #855A5D. Grayscale: #979797. Windows color (decimal): -8739422 or 10659194. OLE color: 10659194.
HSL color Cylindrical-coordinate representation of color #7AA5A2: hue angle of 175.81º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA5A2 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 162 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.35 |
| HSL | 175.81º | 0.19% | 0.56% | - |
| HSV(B) | 175.81º | 0.26% | 0.65% | - |
| XYZ | 28 | 33.66 | 39.2 | - |
| YUV | 151.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 162 | 0.26 | 0 | 0.02 | 0.35 | 175.81 | 0.19 | 0.56 |
| Hex | 7A | A5 | A2 | 1A | 0 | 2 | 23 | B0 | 13 | 38 |
| Octal | 172 | 245 | 242 | 32 | 0 | 2 | 43 | 260 | 23 | 70 |
| Binary | 1111010 | 10100101 | 10100010 | 11010 | 0 | 10 | 100011 | 10110000 | 10011 | 111000 |
Color Harmonies of #7AA5A2
Complementary color
Monochromatic Colors of #7AA5A2
Black with #7AA5A2
Text Example
Text Example
White with #7AA5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA5A2; }
p { color: rgb(122,165,162); }
H1.HeaderClassName
{
color: #7AA5A2;
}
.AnyTagClassName
{
color: #7AA5A2;
}
</style>
background-color css
<style>
a { background-color: #7AA5A2; }
a { background-color: rgb(122,165,162); }
div.DivClassName
{
background-color: #7AA5A2;
}
.BgClassName
{
background-color: #7AA5A2;
}
</style>
border-color css
<style>
span { border-color: #7AA5A2; }
span { border-color: rgb(122,165,162); }
td.TdClassName
{
border-color: #7AA5A2;
}
.TagClassName
{
border-color: #7AA5A2;
}
</style>