Shades of Gulf Stream #7AABA5
Tints of Gulf Stream #7AABA5
RGB
CMYK
RGB Variations
Color information
#7AABA5 (or 0x7AABA5) is known color: Gulf Stream. HEX triplet: 7A, AB and A5. RGB value is (122,171,165). Sum of RGB (Red+Green+Blue) = 122+171+165=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 171 - color contains mainly: green. Hex color #7AABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AABA5 is #85545A. Grayscale: #9B9B9B. Windows color (decimal): -8737883 or 10857338. OLE color: 10857338.
HSL color Cylindrical-coordinate representation of color #7AABA5: hue angle of 172.65º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AABA5 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 165 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.33 |
| HSL | 172.65º | 0.23% | 0.57% | - |
| HSV(B) | 172.65º | 0.29% | 0.67% | - |
| XYZ | 29.38 | 35.98 | 40.99 | - |
| YUV | 155.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 165 | 0.29 | 0 | 0.04 | 0.33 | 172.65 | 0.23 | 0.57 |
| Hex | 7A | AB | A5 | 1D | 0 | 4 | 21 | AD | 17 | 39 |
| Octal | 172 | 253 | 245 | 35 | 0 | 4 | 41 | 255 | 27 | 71 |
| Binary | 1111010 | 10101011 | 10100101 | 11101 | 0 | 100 | 100001 | 10101101 | 10111 | 111001 |
Color Harmonies of #7AABA5
Complementary color
Monochromatic Colors of #7AABA5
Black with #7AABA5
Text Example
Text Example
White with #7AABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AABA5; }
p { color: rgb(122,171,165); }
H1.HeaderClassName
{
color: #7AABA5;
}
.AnyTagClassName
{
color: #7AABA5;
}
</style>
background-color css
<style>
a { background-color: #7AABA5; }
a { background-color: rgb(122,171,165); }
div.DivClassName
{
background-color: #7AABA5;
}
.BgClassName
{
background-color: #7AABA5;
}
</style>
border-color css
<style>
span { border-color: #7AABA5; }
span { border-color: rgb(122,171,165); }
td.TdClassName
{
border-color: #7AABA5;
}
.TagClassName
{
border-color: #7AABA5;
}
</style>