Shades of Gulf Stream #7BAAA1
Tints of Gulf Stream #7BAAA1
RGB
CMYK
RGB Variations
Color information
#7BAAA1 (or 0x7BAAA1) is known color: Gulf Stream. HEX triplet: 7B, AA and A1. RGB value is (123,170,161). Sum of RGB (Red+Green+Blue) = 123+170+161=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAAA1 is #84555E. Grayscale: #9A9A9A. Windows color (decimal): -8672607 or 10594939. OLE color: 10594939.
HSL color Cylindrical-coordinate representation of color #7BAAA1: hue angle of 168.51º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAAA1 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 161 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.33 |
| HSL | 168.51º | 0.22% | 0.57% | - |
| HSV(B) | 168.51º | 0.28% | 0.67% | - |
| XYZ | 28.98 | 35.53 | 39.05 | - |
| YUV | 154.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 161 | 0.28 | 0 | 0.05 | 0.33 | 168.51 | 0.22 | 0.57 |
| Hex | 7B | AA | A1 | 1C | 0 | 5 | 21 | A9 | 16 | 39 |
| Octal | 173 | 252 | 241 | 34 | 0 | 5 | 41 | 251 | 26 | 71 |
| Binary | 1111011 | 10101010 | 10100001 | 11100 | 0 | 101 | 100001 | 10101001 | 10110 | 111001 |
Color Harmonies of #7BAAA1
Complementary color
Monochromatic Colors of #7BAAA1
Black with #7BAAA1
Text Example
Text Example
White with #7BAAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAAA1; }
p { color: rgb(123,170,161); }
H1.HeaderClassName
{
color: #7BAAA1;
}
.AnyTagClassName
{
color: #7BAAA1;
}
</style>
background-color css
<style>
a { background-color: #7BAAA1; }
a { background-color: rgb(123,170,161); }
div.DivClassName
{
background-color: #7BAAA1;
}
.BgClassName
{
background-color: #7BAAA1;
}
</style>
border-color css
<style>
span { border-color: #7BAAA1; }
span { border-color: rgb(123,170,161); }
td.TdClassName
{
border-color: #7BAAA1;
}
.TagClassName
{
border-color: #7BAAA1;
}
</style>