Shades of Gulf Stream #7BB5AA
Tints of Gulf Stream #7BB5AA
RGB
CMYK
RGB Variations
Color information
#7BB5AA (or 0x7BB5AA) is known color: Gulf Stream. HEX triplet: 7B, B5 and AA. RGB value is (123,181,170). Sum of RGB (Red+Green+Blue) = 123+181+170=474 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.95% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 181 - color contains mainly: green. Hex color #7BB5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB5AA is #844A55. Grayscale: #A2A2A2. Windows color (decimal): -8669782 or 11187579. OLE color: 11187579.
HSL color Cylindrical-coordinate representation of color #7BB5AA: hue angle of 168.62º 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 #7BB5AA is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 181 | 170 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.29 |
| HSL | 168.62º | 0.28% | 0.6% | - |
| HSV(B) | 168.62º | 0.32% | 0.71% | - |
| XYZ | 31.95 | 40.16 | 44.1 | - |
| YUV | 162.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 181 | 170 | 0.32 | 0 | 0.06 | 0.29 | 168.62 | 0.28 | 0.6 |
| Hex | 7B | B5 | AA | 20 | 0 | 6 | 1D | A9 | 1C | 3C |
| Octal | 173 | 265 | 252 | 40 | 0 | 6 | 35 | 251 | 34 | 74 |
| Binary | 1111011 | 10110101 | 10101010 | 100000 | 0 | 110 | 11101 | 10101001 | 11100 | 111100 |
Color Harmonies of #7BB5AA
Complementary color
Monochromatic Colors of #7BB5AA
Black with #7BB5AA
Text Example
Text Example
White with #7BB5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB5AA; }
p { color: rgb(123,181,170); }
H1.HeaderClassName
{
color: #7BB5AA;
}
.AnyTagClassName
{
color: #7BB5AA;
}
</style>
background-color css
<style>
a { background-color: #7BB5AA; }
a { background-color: rgb(123,181,170); }
div.DivClassName
{
background-color: #7BB5AA;
}
.BgClassName
{
background-color: #7BB5AA;
}
</style>
border-color css
<style>
span { border-color: #7BB5AA; }
span { border-color: rgb(123,181,170); }
td.TdClassName
{
border-color: #7BB5AA;
}
.TagClassName
{
border-color: #7BB5AA;
}
</style>