Shades of Gulf Stream #7AAE9F
Tints of Gulf Stream #7AAE9F
RGB
CMYK
RGB Variations
Color information
#7AAE9F (or 0x7AAE9F) is known color: Gulf Stream. HEX triplet: 7A, AE and 9F. RGB value is (122,174,159). Sum of RGB (Red+Green+Blue) = 122+174+159=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAE9F is #855160. Grayscale: #9C9C9C. Windows color (decimal): -8737121 or 10464890. OLE color: 10464890.
HSL color Cylindrical-coordinate representation of color #7AAE9F: hue angle of 162.69º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAE9F is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 159 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.32 |
| HSL | 162.69º | 0.24% | 0.58% | - |
| HSV(B) | 162.69º | 0.3% | 0.68% | - |
| XYZ | 29.42 | 36.91 | 38.38 | - |
| YUV | 156.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 159 | 0.30 | 0 | 0.09 | 0.32 | 162.69 | 0.24 | 0.58 |
| Hex | 7A | AE | 9F | 1E | 0 | 9 | 20 | A3 | 18 | 3A |
| Octal | 172 | 256 | 237 | 36 | 0 | 11 | 40 | 243 | 30 | 72 |
| Binary | 1111010 | 10101110 | 10011111 | 11110 | 0 | 1001 | 100000 | 10100011 | 11000 | 111010 |
Color Harmonies of #7AAE9F
Complementary color
Monochromatic Colors of #7AAE9F
Black with #7AAE9F
Text Example
Text Example
White with #7AAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAE9F; }
p { color: rgb(122,174,159); }
H1.HeaderClassName
{
color: #7AAE9F;
}
.AnyTagClassName
{
color: #7AAE9F;
}
</style>
background-color css
<style>
a { background-color: #7AAE9F; }
a { background-color: rgb(122,174,159); }
div.DivClassName
{
background-color: #7AAE9F;
}
.BgClassName
{
background-color: #7AAE9F;
}
</style>
border-color css
<style>
span { border-color: #7AAE9F; }
span { border-color: rgb(122,174,159); }
td.TdClassName
{
border-color: #7AAE9F;
}
.TagClassName
{
border-color: #7AAE9F;
}
</style>