Shades of Neptune #7AAFAE
Tints of Neptune #7AAFAE
RGB
CMYK
RGB Variations
Color information
#7AAFAE (or 0x7AAFAE) is known color: Neptune. HEX triplet: 7A, AF and AE. RGB value is (122,175,174). Sum of RGB (Red+Green+Blue) = 122+175+174=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAFAE is #855051. Grayscale: #9E9E9E. Windows color (decimal): -8736850 or 11448186. OLE color: 11448186.
HSL color Cylindrical-coordinate representation of color #7AAFAE: hue angle of 178.87º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAFAE is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 174 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.31 |
| HSL | 178.87º | 0.25% | 0.58% | - |
| HSV(B) | 178.87º | 0.3% | 0.69% | - |
| XYZ | 31 | 37.85 | 45.72 | - |
| YUV | 159.04 | 136.44 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 174 | 0.30 | 0 | 0.01 | 0.31 | 178.87 | 0.25 | 0.58 |
| Hex | 7A | AF | AE | 1E | 0 | 1 | 1F | B3 | 19 | 3A |
| Octal | 172 | 257 | 256 | 36 | 0 | 1 | 37 | 263 | 31 | 72 |
| Binary | 1111010 | 10101111 | 10101110 | 11110 | 0 | 1 | 11111 | 10110011 | 11001 | 111010 |
Color Harmonies of #7AAFAE
Complementary color
Monochromatic Colors of #7AAFAE
Black with #7AAFAE
Text Example
Text Example
White with #7AAFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAFAE; }
p { color: rgb(122,175,174); }
H1.HeaderClassName
{
color: #7AAFAE;
}
.AnyTagClassName
{
color: #7AAFAE;
}
</style>
background-color css
<style>
a { background-color: #7AAFAE; }
a { background-color: rgb(122,175,174); }
div.DivClassName
{
background-color: #7AAFAE;
}
.BgClassName
{
background-color: #7AAFAE;
}
</style>
border-color css
<style>
span { border-color: #7AAFAE; }
span { border-color: rgb(122,175,174); }
td.TdClassName
{
border-color: #7AAFAE;
}
.TagClassName
{
border-color: #7AAFAE;
}
</style>