Shades of Gulf Stream #7BAAA3
Tints of Gulf Stream #7BAAA3
RGB
CMYK
RGB Variations
Color information
#7BAAA3 (or 0x7BAAA3) is known color: Gulf Stream. HEX triplet: 7B, AA and A3. RGB value is (123,170,163). Sum of RGB (Red+Green+Blue) = 123+170+163=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAAA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAAA3 is #84555C. Grayscale: #9B9B9B. Windows color (decimal): -8672605 or 10726011. OLE color: 10726011.
HSL color Cylindrical-coordinate representation of color #7BAAA3: hue angle of 171.06º 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 #7BAAA3 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 163 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.33 |
| HSL | 171.06º | 0.22% | 0.57% | - |
| HSV(B) | 171.06º | 0.28% | 0.67% | - |
| XYZ | 29.15 | 35.6 | 39.99 | - |
| YUV | 155.15 | 132.43 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 163 | 0.28 | 0 | 0.04 | 0.33 | 171.06 | 0.22 | 0.57 |
| Hex | 7B | AA | A3 | 1C | 0 | 4 | 21 | AB | 16 | 39 |
| Octal | 173 | 252 | 243 | 34 | 0 | 4 | 41 | 253 | 26 | 71 |
| Binary | 1111011 | 10101010 | 10100011 | 11100 | 0 | 100 | 100001 | 10101011 | 10110 | 111001 |
Color Harmonies of #7BAAA3
Complementary color
Monochromatic Colors of #7BAAA3
Black with #7BAAA3
Text Example
Text Example
White with #7BAAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAAA3; }
p { color: rgb(123,170,163); }
H1.HeaderClassName
{
color: #7BAAA3;
}
.AnyTagClassName
{
color: #7BAAA3;
}
</style>
background-color css
<style>
a { background-color: #7BAAA3; }
a { background-color: rgb(123,170,163); }
div.DivClassName
{
background-color: #7BAAA3;
}
.BgClassName
{
background-color: #7BAAA3;
}
</style>
border-color css
<style>
span { border-color: #7BAAA3; }
span { border-color: rgb(123,170,163); }
td.TdClassName
{
border-color: #7BAAA3;
}
.TagClassName
{
border-color: #7BAAA3;
}
</style>