Shades of Gulf Stream #7AA9A3
Tints of Gulf Stream #7AA9A3
RGB
CMYK
RGB Variations
Color information
#7AA9A3 (or 0x7AA9A3) is known color: Gulf Stream. HEX triplet: 7A, A9 and A3. RGB value is (122,169,163). Sum of RGB (Red+Green+Blue) = 122+169+163=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA9A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA9A3 is #85565C. Grayscale: #9A9A9A. Windows color (decimal): -8738397 or 10725754. OLE color: 10725754.
HSL color Cylindrical-coordinate representation of color #7AA9A3: hue angle of 172.34º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AA9A3 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 169 | 163 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.34 |
| HSL | 172.34º | 0.21% | 0.57% | - |
| HSV(B) | 172.34º | 0.28% | 0.66% | - |
| XYZ | 28.82 | 35.16 | 39.92 | - |
| YUV | 154.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 169 | 163 | 0.28 | 0 | 0.04 | 0.34 | 172.34 | 0.21 | 0.57 |
| Hex | 7A | A9 | A3 | 1C | 0 | 4 | 22 | AC | 15 | 39 |
| Octal | 172 | 251 | 243 | 34 | 0 | 4 | 42 | 254 | 25 | 71 |
| Binary | 1111010 | 10101001 | 10100011 | 11100 | 0 | 100 | 100010 | 10101100 | 10101 | 111001 |
Color Harmonies of #7AA9A3
Complementary color
Monochromatic Colors of #7AA9A3
Black with #7AA9A3
Text Example
Text Example
White with #7AA9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA9A3; }
p { color: rgb(122,169,163); }
H1.HeaderClassName
{
color: #7AA9A3;
}
.AnyTagClassName
{
color: #7AA9A3;
}
</style>
background-color css
<style>
a { background-color: #7AA9A3; }
a { background-color: rgb(122,169,163); }
div.DivClassName
{
background-color: #7AA9A3;
}
.BgClassName
{
background-color: #7AA9A3;
}
</style>
border-color css
<style>
span { border-color: #7AA9A3; }
span { border-color: rgb(122,169,163); }
td.TdClassName
{
border-color: #7AA9A3;
}
.TagClassName
{
border-color: #7AA9A3;
}
</style>