Shades of Gulf Stream #7AAD9F
Tints of Gulf Stream #7AAD9F
RGB
CMYK
RGB Variations
Color information
#7AAD9F (or 0x7AAD9F) is known color: Gulf Stream. HEX triplet: 7A, AD and 9F. RGB value is (122,173,159). Sum of RGB (Red+Green+Blue) = 122+173+159=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAD9F is #855260. Grayscale: #9C9C9C. Windows color (decimal): -8737377 or 10464634. OLE color: 10464634.
HSL color Cylindrical-coordinate representation of color #7AAD9F: hue angle of 163.53º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAD9F is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 173 | 159 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.32 |
| HSL | 163.53º | 0.24% | 0.58% | - |
| HSV(B) | 163.53º | 0.29% | 0.68% | - |
| XYZ | 29.23 | 36.53 | 38.31 | - |
| YUV | 156.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 159 | 0.29 | 0 | 0.08 | 0.32 | 163.53 | 0.24 | 0.58 |
| Hex | 7A | AD | 9F | 1D | 0 | 8 | 20 | A4 | 18 | 3A |
| Octal | 172 | 255 | 237 | 35 | 0 | 10 | 40 | 244 | 30 | 72 |
| Binary | 1111010 | 10101101 | 10011111 | 11101 | 0 | 1000 | 100000 | 10100100 | 11000 | 111010 |
Color Harmonies of #7AAD9F
Complementary color
Monochromatic Colors of #7AAD9F
Black with #7AAD9F
Text Example
Text Example
White with #7AAD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAD9F; }
p { color: rgb(122,173,159); }
H1.HeaderClassName
{
color: #7AAD9F;
}
.AnyTagClassName
{
color: #7AAD9F;
}
</style>
background-color css
<style>
a { background-color: #7AAD9F; }
a { background-color: rgb(122,173,159); }
div.DivClassName
{
background-color: #7AAD9F;
}
.BgClassName
{
background-color: #7AAD9F;
}
</style>
border-color css
<style>
span { border-color: #7AAD9F; }
span { border-color: rgb(122,173,159); }
td.TdClassName
{
border-color: #7AAD9F;
}
.TagClassName
{
border-color: #7AAD9F;
}
</style>