Shades of Gulf Stream #7AA49F
Tints of Gulf Stream #7AA49F
RGB
CMYK
RGB Variations
Color information
#7AA49F (or 0x7AA49F) is known color: Gulf Stream. HEX triplet: 7A, A4 and 9F. RGB value is (122,164,159). Sum of RGB (Red+Green+Blue) = 122+164+159=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA49F is #855B60. Grayscale: #969696. Windows color (decimal): -8739681 or 10462330. OLE color: 10462330.
HSL color Cylindrical-coordinate representation of color #7AA49F: hue angle of 172.86º 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 #7AA49F is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 159 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.36 |
| HSL | 172.86º | 0.19% | 0.56% | - |
| HSV(B) | 172.86º | 0.26% | 0.64% | - |
| XYZ | 27.56 | 33.19 | 37.75 | - |
| YUV | 150.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 159 | 0.26 | 0 | 0.03 | 0.36 | 172.86 | 0.19 | 0.56 |
| Hex | 7A | A4 | 9F | 1A | 0 | 3 | 24 | AD | 13 | 38 |
| Octal | 172 | 244 | 237 | 32 | 0 | 3 | 44 | 255 | 23 | 70 |
| Binary | 1111010 | 10100100 | 10011111 | 11010 | 0 | 11 | 100100 | 10101101 | 10011 | 111000 |
Color Harmonies of #7AA49F
Complementary color
Monochromatic Colors of #7AA49F
Black with #7AA49F
Text Example
Text Example
White with #7AA49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA49F; }
p { color: rgb(122,164,159); }
H1.HeaderClassName
{
color: #7AA49F;
}
.AnyTagClassName
{
color: #7AA49F;
}
</style>
background-color css
<style>
a { background-color: #7AA49F; }
a { background-color: rgb(122,164,159); }
div.DivClassName
{
background-color: #7AA49F;
}
.BgClassName
{
background-color: #7AA49F;
}
</style>
border-color css
<style>
span { border-color: #7AA49F; }
span { border-color: rgb(122,164,159); }
td.TdClassName
{
border-color: #7AA49F;
}
.TagClassName
{
border-color: #7AA49F;
}
</style>