Shades of Gulf Stream #7BB4B1
Tints of Gulf Stream #7BB4B1
RGB
CMYK
RGB Variations
Color information
#7BB4B1 (or 0x7BB4B1) is known color: Gulf Stream. HEX triplet: 7B, B4 and B1. RGB value is (123,180,177). Sum of RGB (Red+Green+Blue) = 123+180+177=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB4B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB4B1 is #844B4E. Grayscale: #A2A2A2. Windows color (decimal): -8670031 or 11646075. OLE color: 11646075.
HSL color Cylindrical-coordinate representation of color #7BB4B1: hue angle of 176.84º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BB4B1 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 180 | 177 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.29 |
| HSL | 176.84º | 0.28% | 0.59% | - |
| HSV(B) | 176.84º | 0.32% | 0.71% | - |
| XYZ | 32.43 | 40.03 | 47.61 | - |
| YUV | 162.62 | 136.12 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 180 | 177 | 0.32 | 0 | 0.02 | 0.29 | 176.84 | 0.28 | 0.59 |
| Hex | 7B | B4 | B1 | 20 | 0 | 2 | 1D | B1 | 1C | 3B |
| Octal | 173 | 264 | 261 | 40 | 0 | 2 | 35 | 261 | 34 | 73 |
| Binary | 1111011 | 10110100 | 10110001 | 100000 | 0 | 10 | 11101 | 10110001 | 11100 | 111011 |
Color Harmonies of #7BB4B1
Complementary color
Monochromatic Colors of #7BB4B1
Black with #7BB4B1
Text Example
Text Example
White with #7BB4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB4B1; }
p { color: rgb(123,180,177); }
H1.HeaderClassName
{
color: #7BB4B1;
}
.AnyTagClassName
{
color: #7BB4B1;
}
</style>
background-color css
<style>
a { background-color: #7BB4B1; }
a { background-color: rgb(123,180,177); }
div.DivClassName
{
background-color: #7BB4B1;
}
.BgClassName
{
background-color: #7BB4B1;
}
</style>
border-color css
<style>
span { border-color: #7BB4B1; }
span { border-color: rgb(123,180,177); }
td.TdClassName
{
border-color: #7BB4B1;
}
.TagClassName
{
border-color: #7BB4B1;
}
</style>