Shades of Gulf Stream #7AAEA2
Tints of Gulf Stream #7AAEA2
RGB
CMYK
RGB Variations
Color information
#7AAEA2 (or 0x7AAEA2) is known color: Gulf Stream. HEX triplet: 7A, AE and A2. RGB value is (122,174,162). Sum of RGB (Red+Green+Blue) = 122+174+162=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAEA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAEA2 is #85515D. Grayscale: #9D9D9D. Windows color (decimal): -8737118 or 10661498. OLE color: 10661498.
HSL color Cylindrical-coordinate representation of color #7AAEA2: hue angle of 166.15º 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 #7AAEA2 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 162 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.32 |
| HSL | 166.15º | 0.24% | 0.58% | - |
| HSV(B) | 166.15º | 0.3% | 0.68% | - |
| XYZ | 29.68 | 37.02 | 39.76 | - |
| YUV | 157.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 162 | 0.30 | 0 | 0.07 | 0.32 | 166.15 | 0.24 | 0.58 |
| Hex | 7A | AE | A2 | 1E | 0 | 7 | 20 | A6 | 18 | 3A |
| Octal | 172 | 256 | 242 | 36 | 0 | 7 | 40 | 246 | 30 | 72 |
| Binary | 1111010 | 10101110 | 10100010 | 11110 | 0 | 111 | 100000 | 10100110 | 11000 | 111010 |
Color Harmonies of #7AAEA2
Complementary color
Monochromatic Colors of #7AAEA2
Black with #7AAEA2
Text Example
Text Example
White with #7AAEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAEA2; }
p { color: rgb(122,174,162); }
H1.HeaderClassName
{
color: #7AAEA2;
}
.AnyTagClassName
{
color: #7AAEA2;
}
</style>
background-color css
<style>
a { background-color: #7AAEA2; }
a { background-color: rgb(122,174,162); }
div.DivClassName
{
background-color: #7AAEA2;
}
.BgClassName
{
background-color: #7AAEA2;
}
</style>
border-color css
<style>
span { border-color: #7AAEA2; }
span { border-color: rgb(122,174,162); }
td.TdClassName
{
border-color: #7AAEA2;
}
.TagClassName
{
border-color: #7AAEA2;
}
</style>