Shades of Neptune #7AB1AF
Tints of Neptune #7AB1AF
RGB
CMYK
RGB Variations
Color information
#7AB1AF (or 0x7AB1AF) is known color: Neptune. HEX triplet: 7A, B1 and AF. RGB value is (122,177,175). Sum of RGB (Red+Green+Blue) = 122+177+175=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB1AF is #854E50. Grayscale: #A0A0A0. Windows color (decimal): -8736337 or 11514234. OLE color: 11514234.
HSL color Cylindrical-coordinate representation of color #7AB1AF: hue angle of 177.82º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB1AF is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 177 | 175 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.31 |
| HSL | 177.82º | 0.26% | 0.59% | - |
| HSV(B) | 177.82º | 0.31% | 0.69% | - |
| XYZ | 31.49 | 38.68 | 46.36 | - |
| YUV | 160.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 175 | 0.31 | 0 | 0.01 | 0.31 | 177.82 | 0.26 | 0.59 |
| Hex | 7A | B1 | AF | 1F | 0 | 1 | 1F | B2 | 1A | 3B |
| Octal | 172 | 261 | 257 | 37 | 0 | 1 | 37 | 262 | 32 | 73 |
| Binary | 1111010 | 10110001 | 10101111 | 11111 | 0 | 1 | 11111 | 10110010 | 11010 | 111011 |
Color Harmonies of #7AB1AF
Complementary color
Monochromatic Colors of #7AB1AF
Black with #7AB1AF
Text Example
Text Example
White with #7AB1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB1AF; }
p { color: rgb(122,177,175); }
H1.HeaderClassName
{
color: #7AB1AF;
}
.AnyTagClassName
{
color: #7AB1AF;
}
</style>
background-color css
<style>
a { background-color: #7AB1AF; }
a { background-color: rgb(122,177,175); }
div.DivClassName
{
background-color: #7AB1AF;
}
.BgClassName
{
background-color: #7AB1AF;
}
</style>
border-color css
<style>
span { border-color: #7AB1AF; }
span { border-color: rgb(122,177,175); }
td.TdClassName
{
border-color: #7AB1AF;
}
.TagClassName
{
border-color: #7AB1AF;
}
</style>