Shades of Gulf Stream #7AAEA3
Tints of Gulf Stream #7AAEA3
RGB
CMYK
RGB Variations
Color information
#7AAEA3 (or 0x7AAEA3) is known color: Gulf Stream. HEX triplet: 7A, AE and A3. RGB value is (122,174,163). Sum of RGB (Red+Green+Blue) = 122+174+163=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAEA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAEA3 is #85515C. Grayscale: #9D9D9D. Windows color (decimal): -8737117 or 10727034. OLE color: 10727034.
HSL color Cylindrical-coordinate representation of color #7AAEA3: hue angle of 167.31º 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 #7AAEA3 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 163 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.32 |
| HSL | 167.31º | 0.24% | 0.58% | - |
| HSV(B) | 167.31º | 0.3% | 0.68% | - |
| XYZ | 29.77 | 37.05 | 40.23 | - |
| YUV | 157.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 163 | 0.30 | 0 | 0.06 | 0.32 | 167.31 | 0.24 | 0.58 |
| Hex | 7A | AE | A3 | 1E | 0 | 6 | 20 | A7 | 18 | 3A |
| Octal | 172 | 256 | 243 | 36 | 0 | 6 | 40 | 247 | 30 | 72 |
| Binary | 1111010 | 10101110 | 10100011 | 11110 | 0 | 110 | 100000 | 10100111 | 11000 | 111010 |
Color Harmonies of #7AAEA3
Complementary color
Monochromatic Colors of #7AAEA3
Black with #7AAEA3
Text Example
Text Example
White with #7AAEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAEA3; }
p { color: rgb(122,174,163); }
H1.HeaderClassName
{
color: #7AAEA3;
}
.AnyTagClassName
{
color: #7AAEA3;
}
</style>
background-color css
<style>
a { background-color: #7AAEA3; }
a { background-color: rgb(122,174,163); }
div.DivClassName
{
background-color: #7AAEA3;
}
.BgClassName
{
background-color: #7AAEA3;
}
</style>
border-color css
<style>
span { border-color: #7AAEA3; }
span { border-color: rgb(122,174,163); }
td.TdClassName
{
border-color: #7AAEA3;
}
.TagClassName
{
border-color: #7AAEA3;
}
</style>