Shades of Gulf Stream #7AB4B1
Tints of Gulf Stream #7AB4B1
RGB
CMYK
RGB Variations
Color information
#7AB4B1 (or 0x7AB4B1) is known color: Gulf Stream. HEX triplet: 7A, B4 and B1. RGB value is (122,180,177). Sum of RGB (Red+Green+Blue) = 122+180+177=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB4B1 is #854B4E. Grayscale: #A2A2A2. Windows color (decimal): -8735567 or 11646074. OLE color: 11646074.
HSL color Cylindrical-coordinate representation of color #7AB4B1: hue angle of 176.9º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB4B1 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 177 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.29 |
| HSL | 176.9º | 0.28% | 0.59% | - |
| HSV(B) | 176.9º | 0.32% | 0.71% | - |
| XYZ | 32.28 | 39.95 | 47.61 | - |
| YUV | 162.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 177 | 0.32 | 0 | 0.02 | 0.29 | 176.9 | 0.28 | 0.59 |
| Hex | 7A | B4 | B1 | 20 | 0 | 2 | 1D | B1 | 1C | 3B |
| Octal | 172 | 264 | 261 | 40 | 0 | 2 | 35 | 261 | 34 | 73 |
| Binary | 1111010 | 10110100 | 10110001 | 100000 | 0 | 10 | 11101 | 10110001 | 11100 | 111011 |
Color Harmonies of #7AB4B1
Complementary color
Monochromatic Colors of #7AB4B1
Black with #7AB4B1
Text Example
Text Example
White with #7AB4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB4B1; }
p { color: rgb(122,180,177); }
H1.HeaderClassName
{
color: #7AB4B1;
}
.AnyTagClassName
{
color: #7AB4B1;
}
</style>
background-color css
<style>
a { background-color: #7AB4B1; }
a { background-color: rgb(122,180,177); }
div.DivClassName
{
background-color: #7AB4B1;
}
.BgClassName
{
background-color: #7AB4B1;
}
</style>
border-color css
<style>
span { border-color: #7AB4B1; }
span { border-color: rgb(122,180,177); }
td.TdClassName
{
border-color: #7AB4B1;
}
.TagClassName
{
border-color: #7AB4B1;
}
</style>