Shades of Gulf Stream #7AB1A2
Tints of Gulf Stream #7AB1A2
RGB
CMYK
RGB Variations
Color information
#7AB1A2 (or 0x7AB1A2) is known color: Gulf Stream. HEX triplet: 7A, B1 and A2. RGB value is (122,177,162). Sum of RGB (Red+Green+Blue) = 122+177+162=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB1A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB1A2 is #854E5D. Grayscale: #9E9E9E. Windows color (decimal): -8736350 or 10662266. OLE color: 10662266.
HSL color Cylindrical-coordinate representation of color #7AB1A2: hue angle of 163.64º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB1A2 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 177 | 162 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.31 |
| HSL | 163.64º | 0.26% | 0.59% | - |
| HSV(B) | 163.64º | 0.31% | 0.69% | - |
| XYZ | 30.27 | 38.19 | 39.96 | - |
| YUV | 158.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 162 | 0.31 | 0 | 0.08 | 0.31 | 163.64 | 0.26 | 0.59 |
| Hex | 7A | B1 | A2 | 1F | 0 | 8 | 1F | A4 | 1A | 3B |
| Octal | 172 | 261 | 242 | 37 | 0 | 10 | 37 | 244 | 32 | 73 |
| Binary | 1111010 | 10110001 | 10100010 | 11111 | 0 | 1000 | 11111 | 10100100 | 11010 | 111011 |
Color Harmonies of #7AB1A2
Complementary color
Monochromatic Colors of #7AB1A2
Black with #7AB1A2
Text Example
Text Example
White with #7AB1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB1A2; }
p { color: rgb(122,177,162); }
H1.HeaderClassName
{
color: #7AB1A2;
}
.AnyTagClassName
{
color: #7AB1A2;
}
</style>
background-color css
<style>
a { background-color: #7AB1A2; }
a { background-color: rgb(122,177,162); }
div.DivClassName
{
background-color: #7AB1A2;
}
.BgClassName
{
background-color: #7AB1A2;
}
</style>
border-color css
<style>
span { border-color: #7AB1A2; }
span { border-color: rgb(122,177,162); }
td.TdClassName
{
border-color: #7AB1A2;
}
.TagClassName
{
border-color: #7AB1A2;
}
</style>