Shades of Gulf Stream #7BB5B0
Tints of Gulf Stream #7BB5B0
RGB
CMYK
RGB Variations
Color information
#7BB5B0 (or 0x7BB5B0) is known color: Gulf Stream. HEX triplet: 7B, B5 and B0. RGB value is (123,181,176). Sum of RGB (Red+Green+Blue) = 123+181+176=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 181 - color contains mainly: green. Hex color #7BB5B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB5B0 is #844A4F. Grayscale: #A3A3A3. Windows color (decimal): -8669776 or 11580795. OLE color: 11580795.
HSL color Cylindrical-coordinate representation of color #7BB5B0: hue angle of 174.83º 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 #7BB5B0 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 181 | 176 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.29 |
| HSL | 174.83º | 0.28% | 0.6% | - |
| HSV(B) | 174.83º | 0.32% | 0.71% | - |
| XYZ | 32.53 | 40.39 | 47.16 | - |
| YUV | 163.09 | 135.28 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 181 | 176 | 0.32 | 0 | 0.03 | 0.29 | 174.83 | 0.28 | 0.6 |
| Hex | 7B | B5 | B0 | 20 | 0 | 3 | 1D | AF | 1C | 3C |
| Octal | 173 | 265 | 260 | 40 | 0 | 3 | 35 | 257 | 34 | 74 |
| Binary | 1111011 | 10110101 | 10110000 | 100000 | 0 | 11 | 11101 | 10101111 | 11100 | 111100 |
Color Harmonies of #7BB5B0
Complementary color
Monochromatic Colors of #7BB5B0
Black with #7BB5B0
Text Example
Text Example
White with #7BB5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB5B0; }
p { color: rgb(123,181,176); }
H1.HeaderClassName
{
color: #7BB5B0;
}
.AnyTagClassName
{
color: #7BB5B0;
}
</style>
background-color css
<style>
a { background-color: #7BB5B0; }
a { background-color: rgb(123,181,176); }
div.DivClassName
{
background-color: #7BB5B0;
}
.BgClassName
{
background-color: #7BB5B0;
}
</style>
border-color css
<style>
span { border-color: #7BB5B0; }
span { border-color: rgb(123,181,176); }
td.TdClassName
{
border-color: #7BB5B0;
}
.TagClassName
{
border-color: #7BB5B0;
}
</style>