Shades of Gulf Stream #7AA49D
Tints of Gulf Stream #7AA49D
RGB
CMYK
RGB Variations
Color information
#7AA49D (or 0x7AA49D) is known color: Gulf Stream. HEX triplet: 7A, A4 and 9D. RGB value is (122,164,157). Sum of RGB (Red+Green+Blue) = 122+164+157=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA49D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA49D is #855B62. Grayscale: #969696. Windows color (decimal): -8739683 or 10331258. OLE color: 10331258.
HSL color Cylindrical-coordinate representation of color #7AA49D: hue angle of 170º 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 #7AA49D is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 157 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.36 |
| HSL | 170º | 0.19% | 0.56% | - |
| HSV(B) | 170º | 0.26% | 0.64% | - |
| XYZ | 27.39 | 33.12 | 36.85 | - |
| YUV | 150.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 157 | 0.26 | 0 | 0.04 | 0.36 | 170 | 0.19 | 0.56 |
| Hex | 7A | A4 | 9D | 1A | 0 | 4 | 24 | AA | 13 | 38 |
| Octal | 172 | 244 | 235 | 32 | 0 | 4 | 44 | 252 | 23 | 70 |
| Binary | 1111010 | 10100100 | 10011101 | 11010 | 0 | 100 | 100100 | 10101010 | 10011 | 111000 |
Color Harmonies of #7AA49D
Complementary color
Monochromatic Colors of #7AA49D
Black with #7AA49D
Text Example
Text Example
White with #7AA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA49D; }
p { color: rgb(122,164,157); }
H1.HeaderClassName
{
color: #7AA49D;
}
.AnyTagClassName
{
color: #7AA49D;
}
</style>
background-color css
<style>
a { background-color: #7AA49D; }
a { background-color: rgb(122,164,157); }
div.DivClassName
{
background-color: #7AA49D;
}
.BgClassName
{
background-color: #7AA49D;
}
</style>
border-color css
<style>
span { border-color: #7AA49D; }
span { border-color: rgb(122,164,157); }
td.TdClassName
{
border-color: #7AA49D;
}
.TagClassName
{
border-color: #7AA49D;
}
</style>