Shades of Gulf Stream #7AB8AB
Tints of Gulf Stream #7AB8AB
RGB
CMYK
RGB Variations
Color information
#7AB8AB (or 0x7AB8AB) is known color: Gulf Stream. HEX triplet: 7A, B8 and AB. RGB value is (122,184,171). Sum of RGB (Red+Green+Blue) = 122+184+171=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB8AB is #854754. Grayscale: #A3A3A3. Windows color (decimal): -8734549 or 11253882. OLE color: 11253882.
HSL color Cylindrical-coordinate representation of color #7AB8AB: hue angle of 167.42º 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 #7AB8AB is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 171 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.28 |
| HSL | 167.42º | 0.3% | 0.6% | - |
| HSV(B) | 167.42º | 0.34% | 0.72% | - |
| XYZ | 32.52 | 41.36 | 44.8 | - |
| YUV | 163.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 171 | 0.34 | 0 | 0.07 | 0.28 | 167.42 | 0.3 | 0.6 |
| Hex | 7A | B8 | AB | 22 | 0 | 7 | 1C | A7 | 1E | 3C |
| Octal | 172 | 270 | 253 | 42 | 0 | 7 | 34 | 247 | 36 | 74 |
| Binary | 1111010 | 10111000 | 10101011 | 100010 | 0 | 111 | 11100 | 10100111 | 11110 | 111100 |
Color Harmonies of #7AB8AB
Complementary color
Monochromatic Colors of #7AB8AB
Black with #7AB8AB
Text Example
Text Example
White with #7AB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB8AB; }
p { color: rgb(122,184,171); }
H1.HeaderClassName
{
color: #7AB8AB;
}
.AnyTagClassName
{
color: #7AB8AB;
}
</style>
background-color css
<style>
a { background-color: #7AB8AB; }
a { background-color: rgb(122,184,171); }
div.DivClassName
{
background-color: #7AB8AB;
}
.BgClassName
{
background-color: #7AB8AB;
}
</style>
border-color css
<style>
span { border-color: #7AB8AB; }
span { border-color: rgb(122,184,171); }
td.TdClassName
{
border-color: #7AB8AB;
}
.TagClassName
{
border-color: #7AB8AB;
}
</style>