Shades of Gulf Stream #7AA5A0
Tints of Gulf Stream #7AA5A0
RGB
CMYK
RGB Variations
Color information
#7AA5A0 (or 0x7AA5A0) is known color: Gulf Stream. HEX triplet: 7A, A5 and A0. RGB value is (122,165,160). Sum of RGB (Red+Green+Blue) = 122+165+160=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA5A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA5A0 is #855A5F. Grayscale: #979797. Windows color (decimal): -8739424 or 10528122. OLE color: 10528122.
HSL color Cylindrical-coordinate representation of color #7AA5A0: hue angle of 173.02º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA5A0 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 160 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.35 |
| HSL | 173.02º | 0.19% | 0.56% | - |
| HSV(B) | 173.02º | 0.26% | 0.65% | - |
| XYZ | 27.83 | 33.59 | 38.27 | - |
| YUV | 151.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 160 | 0.26 | 0 | 0.03 | 0.35 | 173.02 | 0.19 | 0.56 |
| Hex | 7A | A5 | A0 | 1A | 0 | 3 | 23 | AD | 13 | 38 |
| Octal | 172 | 245 | 240 | 32 | 0 | 3 | 43 | 255 | 23 | 70 |
| Binary | 1111010 | 10100101 | 10100000 | 11010 | 0 | 11 | 100011 | 10101101 | 10011 | 111000 |
Color Harmonies of #7AA5A0
Complementary color
Monochromatic Colors of #7AA5A0
Black with #7AA5A0
Text Example
Text Example
White with #7AA5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA5A0; }
p { color: rgb(122,165,160); }
H1.HeaderClassName
{
color: #7AA5A0;
}
.AnyTagClassName
{
color: #7AA5A0;
}
</style>
background-color css
<style>
a { background-color: #7AA5A0; }
a { background-color: rgb(122,165,160); }
div.DivClassName
{
background-color: #7AA5A0;
}
.BgClassName
{
background-color: #7AA5A0;
}
</style>
border-color css
<style>
span { border-color: #7AA5A0; }
span { border-color: rgb(122,165,160); }
td.TdClassName
{
border-color: #7AA5A0;
}
.TagClassName
{
border-color: #7AA5A0;
}
</style>