Shades of Gulf Stream #7ABAA2
Tints of Gulf Stream #7ABAA2
RGB
CMYK
RGB Variations
Color information
#7ABAA2 (or 0x7ABAA2) is known color: Gulf Stream. HEX triplet: 7A, BA and A2. RGB value is (122,186,162). Sum of RGB (Red+Green+Blue) = 122+186+162=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABAA2 is #85455D. Grayscale: #A4A4A4. Windows color (decimal): -8734046 or 10664570. OLE color: 10664570.
HSL color Cylindrical-coordinate representation of color #7ABAA2: hue angle of 157.5º degrees, saturation: 0.32, 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 #7ABAA2 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 162 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.27 |
| HSL | 157.5º | 0.32% | 0.6% | - |
| HSV(B) | 157.5º | 0.34% | 0.73% | - |
| XYZ | 32.11 | 41.86 | 40.57 | - |
| YUV | 164.13 | 126.8 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 162 | 0.34 | 0 | 0.13 | 0.27 | 157.5 | 0.32 | 0.6 |
| Hex | 7A | BA | A2 | 22 | 0 | D | 1B | 9E | 20 | 3C |
| Octal | 172 | 272 | 242 | 42 | 0 | 15 | 33 | 236 | 40 | 74 |
| Binary | 1111010 | 10111010 | 10100010 | 100010 | 0 | 1101 | 11011 | 10011110 | 100000 | 111100 |
Color Harmonies of #7ABAA2
Complementary color
Monochromatic Colors of #7ABAA2
Black with #7ABAA2
Text Example
Text Example
White with #7ABAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABAA2; }
p { color: rgb(122,186,162); }
H1.HeaderClassName
{
color: #7ABAA2;
}
.AnyTagClassName
{
color: #7ABAA2;
}
</style>
background-color css
<style>
a { background-color: #7ABAA2; }
a { background-color: rgb(122,186,162); }
div.DivClassName
{
background-color: #7ABAA2;
}
.BgClassName
{
background-color: #7ABAA2;
}
</style>
border-color css
<style>
span { border-color: #7ABAA2; }
span { border-color: rgb(122,186,162); }
td.TdClassName
{
border-color: #7ABAA2;
}
.TagClassName
{
border-color: #7ABAA2;
}
</style>