Shades of Gulf Stream #7BB0A1
Tints of Gulf Stream #7BB0A1
RGB
CMYK
RGB Variations
Color information
#7BB0A1 (or 0x7BB0A1) is known color: Gulf Stream. HEX triplet: 7B, B0 and A1. RGB value is (123,176,161). Sum of RGB (Red+Green+Blue) = 123+176+161=460 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.74% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB0A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB0A1 is #844F5E. Grayscale: #9E9E9E. Windows color (decimal): -8671071 or 10596475. OLE color: 10596475.
HSL color Cylindrical-coordinate representation of color #7BB0A1: hue angle of 163.02º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BB0A1 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 176 | 161 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.31 |
| HSL | 163.02º | 0.25% | 0.59% | - |
| HSV(B) | 163.02º | 0.3% | 0.69% | - |
| XYZ | 30.13 | 37.83 | 39.43 | - |
| YUV | 158.44 | 129.44 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 176 | 161 | 0.30 | 0 | 0.09 | 0.31 | 163.02 | 0.25 | 0.59 |
| Hex | 7B | B0 | A1 | 1E | 0 | 9 | 1F | A3 | 19 | 3B |
| Octal | 173 | 260 | 241 | 36 | 0 | 11 | 37 | 243 | 31 | 73 |
| Binary | 1111011 | 10110000 | 10100001 | 11110 | 0 | 1001 | 11111 | 10100011 | 11001 | 111011 |
Color Harmonies of #7BB0A1
Complementary color
Monochromatic Colors of #7BB0A1
Black with #7BB0A1
Text Example
Text Example
White with #7BB0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB0A1; }
p { color: rgb(123,176,161); }
H1.HeaderClassName
{
color: #7BB0A1;
}
.AnyTagClassName
{
color: #7BB0A1;
}
</style>
background-color css
<style>
a { background-color: #7BB0A1; }
a { background-color: rgb(123,176,161); }
div.DivClassName
{
background-color: #7BB0A1;
}
.BgClassName
{
background-color: #7BB0A1;
}
</style>
border-color css
<style>
span { border-color: #7BB0A1; }
span { border-color: rgb(123,176,161); }
td.TdClassName
{
border-color: #7BB0A1;
}
.TagClassName
{
border-color: #7BB0A1;
}
</style>