Shades of Gulf Stream #7AAFA1
Tints of Gulf Stream #7AAFA1
RGB
CMYK
RGB Variations
Color information
#7AAFA1 (or 0x7AAFA1) is known color: Gulf Stream. HEX triplet: 7A, AF and A1. RGB value is (122,175,161). Sum of RGB (Red+Green+Blue) = 122+175+161=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAFA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAFA1 is #85505E. Grayscale: #9D9D9D. Windows color (decimal): -8736863 or 10596218. OLE color: 10596218.
HSL color Cylindrical-coordinate representation of color #7AAFA1: hue angle of 164.15º 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 #7AAFA1 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 161 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.31 |
| HSL | 164.15º | 0.25% | 0.58% | - |
| HSV(B) | 164.15º | 0.3% | 0.69% | - |
| XYZ | 29.79 | 37.37 | 39.36 | - |
| YUV | 157.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 161 | 0.30 | 0 | 0.08 | 0.31 | 164.15 | 0.25 | 0.58 |
| Hex | 7A | AF | A1 | 1E | 0 | 8 | 1F | A4 | 19 | 3A |
| Octal | 172 | 257 | 241 | 36 | 0 | 10 | 37 | 244 | 31 | 72 |
| Binary | 1111010 | 10101111 | 10100001 | 11110 | 0 | 1000 | 11111 | 10100100 | 11001 | 111010 |
Color Harmonies of #7AAFA1
Complementary color
Monochromatic Colors of #7AAFA1
Black with #7AAFA1
Text Example
Text Example
White with #7AAFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAFA1; }
p { color: rgb(122,175,161); }
H1.HeaderClassName
{
color: #7AAFA1;
}
.AnyTagClassName
{
color: #7AAFA1;
}
</style>
background-color css
<style>
a { background-color: #7AAFA1; }
a { background-color: rgb(122,175,161); }
div.DivClassName
{
background-color: #7AAFA1;
}
.BgClassName
{
background-color: #7AAFA1;
}
</style>
border-color css
<style>
span { border-color: #7AAFA1; }
span { border-color: rgb(122,175,161); }
td.TdClassName
{
border-color: #7AAFA1;
}
.TagClassName
{
border-color: #7AAFA1;
}
</style>