Shades of Gulf Stream #7AACA8
Tints of Gulf Stream #7AACA8
RGB
CMYK
RGB Variations
Color information
#7AACA8 (or 0x7AACA8) is known color: Gulf Stream. HEX triplet: 7A, AC and A8. RGB value is (122,172,168). Sum of RGB (Red+Green+Blue) = 122+172+168=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #7AACA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AACA8 is #855357. Grayscale: #9C9C9C. Windows color (decimal): -8737624 or 11054202. OLE color: 11054202.
HSL color Cylindrical-coordinate representation of color #7AACA8: hue angle of 175.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AACA8 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 168 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.33 |
| HSL | 175.2º | 0.23% | 0.58% | - |
| HSV(B) | 175.2º | 0.29% | 0.67% | - |
| XYZ | 29.85 | 36.47 | 42.51 | - |
| YUV | 156.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 168 | 0.29 | 0 | 0.02 | 0.33 | 175.2 | 0.23 | 0.58 |
| Hex | 7A | AC | A8 | 1D | 0 | 2 | 21 | AF | 17 | 3A |
| Octal | 172 | 254 | 250 | 35 | 0 | 2 | 41 | 257 | 27 | 72 |
| Binary | 1111010 | 10101100 | 10101000 | 11101 | 0 | 10 | 100001 | 10101111 | 10111 | 111010 |
Color Harmonies of #7AACA8
Complementary color
Monochromatic Colors of #7AACA8
Black with #7AACA8
Text Example
Text Example
White with #7AACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AACA8; }
p { color: rgb(122,172,168); }
H1.HeaderClassName
{
color: #7AACA8;
}
.AnyTagClassName
{
color: #7AACA8;
}
</style>
background-color css
<style>
a { background-color: #7AACA8; }
a { background-color: rgb(122,172,168); }
div.DivClassName
{
background-color: #7AACA8;
}
.BgClassName
{
background-color: #7AACA8;
}
</style>
border-color css
<style>
span { border-color: #7AACA8; }
span { border-color: rgb(122,172,168); }
td.TdClassName
{
border-color: #7AACA8;
}
.TagClassName
{
border-color: #7AACA8;
}
</style>