Shades of Gulf Stream #7AB3A3
Tints of Gulf Stream #7AB3A3
RGB
CMYK
RGB Variations
Color information
#7AB3A3 (or 0x7AB3A3) is known color: Gulf Stream. HEX triplet: 7A, B3 and A3. RGB value is (122,179,163). Sum of RGB (Red+Green+Blue) = 122+179+163=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB3A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB3A3 is #854C5C. Grayscale: #A0A0A0. Windows color (decimal): -8735837 or 10728314. OLE color: 10728314.
HSL color Cylindrical-coordinate representation of color #7AB3A3: hue angle of 163.16º 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 #7AB3A3 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 163 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.30 |
| HSL | 163.16º | 0.27% | 0.59% | - |
| HSV(B) | 163.16º | 0.32% | 0.7% | - |
| XYZ | 30.76 | 39.02 | 40.56 | - |
| YUV | 160.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 163 | 0.32 | 0 | 0.09 | 0.30 | 163.16 | 0.27 | 0.59 |
| Hex | 7A | B3 | A3 | 20 | 0 | 9 | 1E | A3 | 1B | 3B |
| Octal | 172 | 263 | 243 | 40 | 0 | 11 | 36 | 243 | 33 | 73 |
| Binary | 1111010 | 10110011 | 10100011 | 100000 | 0 | 1001 | 11110 | 10100011 | 11011 | 111011 |
Color Harmonies of #7AB3A3
Complementary color
Monochromatic Colors of #7AB3A3
Black with #7AB3A3
Text Example
Text Example
White with #7AB3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB3A3; }
p { color: rgb(122,179,163); }
H1.HeaderClassName
{
color: #7AB3A3;
}
.AnyTagClassName
{
color: #7AB3A3;
}
</style>
background-color css
<style>
a { background-color: #7AB3A3; }
a { background-color: rgb(122,179,163); }
div.DivClassName
{
background-color: #7AB3A3;
}
.BgClassName
{
background-color: #7AB3A3;
}
</style>
border-color css
<style>
span { border-color: #7AB3A3; }
span { border-color: rgb(122,179,163); }
td.TdClassName
{
border-color: #7AB3A3;
}
.TagClassName
{
border-color: #7AB3A3;
}
</style>