Shades of Gulf Stream #7AB3A1
Tints of Gulf Stream #7AB3A1
RGB
CMYK
RGB Variations
Color information
#7AB3A1 (or 0x7AB3A1) is known color: Gulf Stream. HEX triplet: 7A, B3 and A1. RGB value is (122,179,161). Sum of RGB (Red+Green+Blue) = 122+179+161=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB3A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB3A1 is #854C5E. Grayscale: #9F9F9F. Windows color (decimal): -8735839 or 10597242. OLE color: 10597242.
HSL color Cylindrical-coordinate representation of color #7AB3A1: hue angle of 161.05º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB3A1 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 161 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.30 |
| HSL | 161.05º | 0.27% | 0.59% | - |
| HSV(B) | 161.05º | 0.32% | 0.7% | - |
| XYZ | 30.58 | 38.95 | 39.62 | - |
| YUV | 159.91 | 128.62 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 161 | 0.32 | 0 | 0.10 | 0.30 | 161.05 | 0.27 | 0.59 |
| Hex | 7A | B3 | A1 | 20 | 0 | A | 1E | A1 | 1B | 3B |
| Octal | 172 | 263 | 241 | 40 | 0 | 12 | 36 | 241 | 33 | 73 |
| Binary | 1111010 | 10110011 | 10100001 | 100000 | 0 | 1010 | 11110 | 10100001 | 11011 | 111011 |
Color Harmonies of #7AB3A1
Complementary color
Monochromatic Colors of #7AB3A1
Black with #7AB3A1
Text Example
Text Example
White with #7AB3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB3A1; }
p { color: rgb(122,179,161); }
H1.HeaderClassName
{
color: #7AB3A1;
}
.AnyTagClassName
{
color: #7AB3A1;
}
</style>
background-color css
<style>
a { background-color: #7AB3A1; }
a { background-color: rgb(122,179,161); }
div.DivClassName
{
background-color: #7AB3A1;
}
.BgClassName
{
background-color: #7AB3A1;
}
</style>
border-color css
<style>
span { border-color: #7AB3A1; }
span { border-color: rgb(122,179,161); }
td.TdClassName
{
border-color: #7AB3A1;
}
.TagClassName
{
border-color: #7AB3A1;
}
</style>