Shades of Neptune #7AA4A3
Tints of Neptune #7AA4A3
RGB
CMYK
RGB Variations
Color information
#7AA4A3 (or 0x7AA4A3) is known color: Neptune. HEX triplet: 7A, A4 and A3. RGB value is (122,164,163). Sum of RGB (Red+Green+Blue) = 122+164+163=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA4A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA4A3 is #855B5C. Grayscale: #979797. Windows color (decimal): -8739677 or 10724474. OLE color: 10724474.
HSL color Cylindrical-coordinate representation of color #7AA4A3: hue angle of 178.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA4A3 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 163 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.36 |
| HSL | 178.57º | 0.19% | 0.56% | - |
| HSV(B) | 178.57º | 0.26% | 0.64% | - |
| XYZ | 27.91 | 33.33 | 39.61 | - |
| YUV | 151.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 163 | 0.26 | 0 | 0.01 | 0.36 | 178.57 | 0.19 | 0.56 |
| Hex | 7A | A4 | A3 | 1A | 0 | 1 | 24 | B3 | 13 | 38 |
| Octal | 172 | 244 | 243 | 32 | 0 | 1 | 44 | 263 | 23 | 70 |
| Binary | 1111010 | 10100100 | 10100011 | 11010 | 0 | 1 | 100100 | 10110011 | 10011 | 111000 |
Color Harmonies of #7AA4A3
Complementary color
Monochromatic Colors of #7AA4A3
Black with #7AA4A3
Text Example
Text Example
White with #7AA4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA4A3; }
p { color: rgb(122,164,163); }
H1.HeaderClassName
{
color: #7AA4A3;
}
.AnyTagClassName
{
color: #7AA4A3;
}
</style>
background-color css
<style>
a { background-color: #7AA4A3; }
a { background-color: rgb(122,164,163); }
div.DivClassName
{
background-color: #7AA4A3;
}
.BgClassName
{
background-color: #7AA4A3;
}
</style>
border-color css
<style>
span { border-color: #7AA4A3; }
span { border-color: rgb(122,164,163); }
td.TdClassName
{
border-color: #7AA4A3;
}
.TagClassName
{
border-color: #7AA4A3;
}
</style>