Shades of Gulf Stream #7AB8AF
Tints of Gulf Stream #7AB8AF
RGB
CMYK
RGB Variations
Color information
#7AB8AF (or 0x7AB8AF) is known color: Gulf Stream. HEX triplet: 7A, B8 and AF. RGB value is (122,184,175). Sum of RGB (Red+Green+Blue) = 122+184+175=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB8AF is #854750. Grayscale: #A4A4A4. Windows color (decimal): -8734545 or 11516026. OLE color: 11516026.
HSL color Cylindrical-coordinate representation of color #7AB8AF: hue angle of 171.29º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AB8AF is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 175 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.28 |
| HSL | 171.29º | 0.3% | 0.6% | - |
| HSV(B) | 171.29º | 0.34% | 0.72% | - |
| XYZ | 32.9 | 41.51 | 46.84 | - |
| YUV | 164.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 175 | 0.34 | 0 | 0.05 | 0.28 | 171.29 | 0.3 | 0.6 |
| Hex | 7A | B8 | AF | 22 | 0 | 5 | 1C | AB | 1E | 3C |
| Octal | 172 | 270 | 257 | 42 | 0 | 5 | 34 | 253 | 36 | 74 |
| Binary | 1111010 | 10111000 | 10101111 | 100010 | 0 | 101 | 11100 | 10101011 | 11110 | 111100 |
Color Harmonies of #7AB8AF
Complementary color
Monochromatic Colors of #7AB8AF
Black with #7AB8AF
Text Example
Text Example
White with #7AB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB8AF; }
p { color: rgb(122,184,175); }
H1.HeaderClassName
{
color: #7AB8AF;
}
.AnyTagClassName
{
color: #7AB8AF;
}
</style>
background-color css
<style>
a { background-color: #7AB8AF; }
a { background-color: rgb(122,184,175); }
div.DivClassName
{
background-color: #7AB8AF;
}
.BgClassName
{
background-color: #7AB8AF;
}
</style>
border-color css
<style>
span { border-color: #7AB8AF; }
span { border-color: rgb(122,184,175); }
td.TdClassName
{
border-color: #7AB8AF;
}
.TagClassName
{
border-color: #7AB8AF;
}
</style>