Shades of Gulf Stream #7AAFA8
Tints of Gulf Stream #7AAFA8
RGB
CMYK
RGB Variations
Color information
#7AAFA8 (or 0x7AAFA8) is known color: Gulf Stream. HEX triplet: 7A, AF and A8. RGB value is (122,175,168). Sum of RGB (Red+Green+Blue) = 122+175+168=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAFA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAFA8 is #855057. Grayscale: #9E9E9E. Windows color (decimal): -8736856 or 11054970. OLE color: 11054970.
HSL color Cylindrical-coordinate representation of color #7AAFA8: hue angle of 172.08º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAFA8 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 168 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.31 |
| HSL | 172.08º | 0.25% | 0.58% | - |
| HSV(B) | 172.08º | 0.3% | 0.69% | - |
| XYZ | 30.42 | 37.62 | 42.7 | - |
| YUV | 158.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 168 | 0.30 | 0 | 0.04 | 0.31 | 172.08 | 0.25 | 0.58 |
| Hex | 7A | AF | A8 | 1E | 0 | 4 | 1F | AC | 19 | 3A |
| Octal | 172 | 257 | 250 | 36 | 0 | 4 | 37 | 254 | 31 | 72 |
| Binary | 1111010 | 10101111 | 10101000 | 11110 | 0 | 100 | 11111 | 10101100 | 11001 | 111010 |
Color Harmonies of #7AAFA8
Complementary color
Monochromatic Colors of #7AAFA8
Black with #7AAFA8
Text Example
Text Example
White with #7AAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAFA8; }
p { color: rgb(122,175,168); }
H1.HeaderClassName
{
color: #7AAFA8;
}
.AnyTagClassName
{
color: #7AAFA8;
}
</style>
background-color css
<style>
a { background-color: #7AAFA8; }
a { background-color: rgb(122,175,168); }
div.DivClassName
{
background-color: #7AAFA8;
}
.BgClassName
{
background-color: #7AAFA8;
}
</style>
border-color css
<style>
span { border-color: #7AAFA8; }
span { border-color: rgb(122,175,168); }
td.TdClassName
{
border-color: #7AAFA8;
}
.TagClassName
{
border-color: #7AAFA8;
}
</style>