Shades of Gulf Stream #7BB5AB
Tints of Gulf Stream #7BB5AB
RGB
CMYK
RGB Variations
Color information
#7BB5AB (or 0x7BB5AB) is known color: Gulf Stream. HEX triplet: 7B, B5 and AB. RGB value is (123,181,171). Sum of RGB (Red+Green+Blue) = 123+181+171=475 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.89% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #7BB5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB5AB is #844A54. Grayscale: #A2A2A2. Windows color (decimal): -8669781 or 11253115. OLE color: 11253115.
HSL color Cylindrical-coordinate representation of color #7BB5AB: hue angle of 169.66º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BB5AB is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 181 | 171 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.29 |
| HSL | 169.66º | 0.28% | 0.6% | - |
| HSV(B) | 169.66º | 0.32% | 0.71% | - |
| XYZ | 32.04 | 40.2 | 44.6 | - |
| YUV | 162.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 181 | 171 | 0.32 | 0 | 0.06 | 0.29 | 169.66 | 0.28 | 0.6 |
| Hex | 7B | B5 | AB | 20 | 0 | 6 | 1D | AA | 1C | 3C |
| Octal | 173 | 265 | 253 | 40 | 0 | 6 | 35 | 252 | 34 | 74 |
| Binary | 1111011 | 10110101 | 10101011 | 100000 | 0 | 110 | 11101 | 10101010 | 11100 | 111100 |
Color Harmonies of #7BB5AB
Complementary color
Monochromatic Colors of #7BB5AB
Black with #7BB5AB
Text Example
Text Example
White with #7BB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB5AB; }
p { color: rgb(123,181,171); }
H1.HeaderClassName
{
color: #7BB5AB;
}
.AnyTagClassName
{
color: #7BB5AB;
}
</style>
background-color css
<style>
a { background-color: #7BB5AB; }
a { background-color: rgb(123,181,171); }
div.DivClassName
{
background-color: #7BB5AB;
}
.BgClassName
{
background-color: #7BB5AB;
}
</style>
border-color css
<style>
span { border-color: #7BB5AB; }
span { border-color: rgb(123,181,171); }
td.TdClassName
{
border-color: #7BB5AB;
}
.TagClassName
{
border-color: #7BB5AB;
}
</style>