Shades of Gulf Stream #7AB9AD
Tints of Gulf Stream #7AB9AD
RGB
CMYK
RGB Variations
Color information
#7AB9AD (or 0x7AB9AD) is known color: Gulf Stream. HEX triplet: 7A, B9 and AD. RGB value is (122,185,173). Sum of RGB (Red+Green+Blue) = 122+185+173=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB9AD is #854652. Grayscale: #A4A4A4. Windows color (decimal): -8734291 or 11385210. OLE color: 11385210.
HSL color Cylindrical-coordinate representation of color #7AB9AD: hue angle of 168.57º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AB9AD is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 173 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.27 |
| HSL | 168.57º | 0.31% | 0.6% | - |
| HSV(B) | 168.57º | 0.34% | 0.73% | - |
| XYZ | 32.92 | 41.85 | 45.88 | - |
| YUV | 164.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 173 | 0.34 | 0 | 0.06 | 0.27 | 168.57 | 0.31 | 0.6 |
| Hex | 7A | B9 | AD | 22 | 0 | 6 | 1B | A9 | 1F | 3C |
| Octal | 172 | 271 | 255 | 42 | 0 | 6 | 33 | 251 | 37 | 74 |
| Binary | 1111010 | 10111001 | 10101101 | 100010 | 0 | 110 | 11011 | 10101001 | 11111 | 111100 |
Color Harmonies of #7AB9AD
Complementary color
Monochromatic Colors of #7AB9AD
Black with #7AB9AD
Text Example
Text Example
White with #7AB9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB9AD; }
p { color: rgb(122,185,173); }
H1.HeaderClassName
{
color: #7AB9AD;
}
.AnyTagClassName
{
color: #7AB9AD;
}
</style>
background-color css
<style>
a { background-color: #7AB9AD; }
a { background-color: rgb(122,185,173); }
div.DivClassName
{
background-color: #7AB9AD;
}
.BgClassName
{
background-color: #7AB9AD;
}
</style>
border-color css
<style>
span { border-color: #7AB9AD; }
span { border-color: rgb(122,185,173); }
td.TdClassName
{
border-color: #7AB9AD;
}
.TagClassName
{
border-color: #7AB9AD;
}
</style>