Shades of Gulf Stream #7AB1A3
Tints of Gulf Stream #7AB1A3
RGB
CMYK
RGB Variations
Color information
#7AB1A3 (or 0x7AB1A3) is known color: Gulf Stream. HEX triplet: 7A, B1 and A3. RGB value is (122,177,163). Sum of RGB (Red+Green+Blue) = 122+177+163=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB1A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB1A3 is #854E5C. Grayscale: #9E9E9E. Windows color (decimal): -8736349 or 10727802. OLE color: 10727802.
HSL color Cylindrical-coordinate representation of color #7AB1A3: hue angle of 164.73º 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 #7AB1A3 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 177 | 163 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.31 |
| HSL | 164.73º | 0.26% | 0.59% | - |
| HSV(B) | 164.73º | 0.31% | 0.69% | - |
| XYZ | 30.36 | 38.23 | 40.43 | - |
| YUV | 158.96 | 130.28 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 163 | 0.31 | 0 | 0.08 | 0.31 | 164.73 | 0.26 | 0.59 |
| Hex | 7A | B1 | A3 | 1F | 0 | 8 | 1F | A5 | 1A | 3B |
| Octal | 172 | 261 | 243 | 37 | 0 | 10 | 37 | 245 | 32 | 73 |
| Binary | 1111010 | 10110001 | 10100011 | 11111 | 0 | 1000 | 11111 | 10100101 | 11010 | 111011 |
Color Harmonies of #7AB1A3
Complementary color
Monochromatic Colors of #7AB1A3
Black with #7AB1A3
Text Example
Text Example
White with #7AB1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB1A3; }
p { color: rgb(122,177,163); }
H1.HeaderClassName
{
color: #7AB1A3;
}
.AnyTagClassName
{
color: #7AB1A3;
}
</style>
background-color css
<style>
a { background-color: #7AB1A3; }
a { background-color: rgb(122,177,163); }
div.DivClassName
{
background-color: #7AB1A3;
}
.BgClassName
{
background-color: #7AB1A3;
}
</style>
border-color css
<style>
span { border-color: #7AB1A3; }
span { border-color: rgb(122,177,163); }
td.TdClassName
{
border-color: #7AB1A3;
}
.TagClassName
{
border-color: #7AB1A3;
}
</style>