Shades of Gulf Stream #7ABAA3
Tints of Gulf Stream #7ABAA3
RGB
CMYK
RGB Variations
Color information
#7ABAA3 (or 0x7ABAA3) is known color: Gulf Stream. HEX triplet: 7A, BA and A3. RGB value is (122,186,163). Sum of RGB (Red+Green+Blue) = 122+186+163=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABAA3 is #85455C. Grayscale: #A4A4A4. Windows color (decimal): -8734045 or 10730106. OLE color: 10730106.
HSL color Cylindrical-coordinate representation of color #7ABAA3: hue angle of 158.44º 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 #7ABAA3 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 163 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.27 |
| HSL | 158.44º | 0.32% | 0.6% | - |
| HSV(B) | 158.44º | 0.34% | 0.73% | - |
| XYZ | 32.2 | 41.9 | 41.04 | - |
| YUV | 164.24 | 127.3 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 163 | 0.34 | 0 | 0.12 | 0.27 | 158.44 | 0.32 | 0.6 |
| Hex | 7A | BA | A3 | 22 | 0 | C | 1B | 9E | 20 | 3C |
| Octal | 172 | 272 | 243 | 42 | 0 | 14 | 33 | 236 | 40 | 74 |
| Binary | 1111010 | 10111010 | 10100011 | 100010 | 0 | 1100 | 11011 | 10011110 | 100000 | 111100 |
Color Harmonies of #7ABAA3
Complementary color
Monochromatic Colors of #7ABAA3
Black with #7ABAA3
Text Example
Text Example
White with #7ABAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABAA3; }
p { color: rgb(122,186,163); }
H1.HeaderClassName
{
color: #7ABAA3;
}
.AnyTagClassName
{
color: #7ABAA3;
}
</style>
background-color css
<style>
a { background-color: #7ABAA3; }
a { background-color: rgb(122,186,163); }
div.DivClassName
{
background-color: #7ABAA3;
}
.BgClassName
{
background-color: #7ABAA3;
}
</style>
border-color css
<style>
span { border-color: #7ABAA3; }
span { border-color: rgb(122,186,163); }
td.TdClassName
{
border-color: #7ABAA3;
}
.TagClassName
{
border-color: #7ABAA3;
}
</style>