Shades of Gulf Stream #7CB0AB
Tints of Gulf Stream #7CB0AB
RGB
CMYK
RGB Variations
Color information
#7CB0AB (or 0x7CB0AB) is known color: Gulf Stream. HEX triplet: 7C, B0 and AB. RGB value is (124,176,171). Sum of RGB (Red+Green+Blue) = 124+176+171=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB0AB is #834F54. Grayscale: #9F9F9F. Windows color (decimal): -8605525 or 11251836. OLE color: 11251836.
HSL color Cylindrical-coordinate representation of color #7CB0AB: hue angle of 174.23º 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 #7CB0AB is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 176 | 171 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.31 |
| HSL | 174.23º | 0.25% | 0.59% | - |
| HSV(B) | 174.23º | 0.3% | 0.69% | - |
| XYZ | 31.19 | 38.28 | 44.27 | - |
| YUV | 159.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 171 | 0.30 | 0 | 0.03 | 0.31 | 174.23 | 0.25 | 0.59 |
| Hex | 7C | B0 | AB | 1E | 0 | 3 | 1F | AE | 19 | 3B |
| Octal | 174 | 260 | 253 | 36 | 0 | 3 | 37 | 256 | 31 | 73 |
| Binary | 1111100 | 10110000 | 10101011 | 11110 | 0 | 11 | 11111 | 10101110 | 11001 | 111011 |
Color Harmonies of #7CB0AB
Complementary color
Monochromatic Colors of #7CB0AB
Black with #7CB0AB
Text Example
Text Example
White with #7CB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB0AB; }
p { color: rgb(124,176,171); }
H1.HeaderClassName
{
color: #7CB0AB;
}
.AnyTagClassName
{
color: #7CB0AB;
}
</style>
background-color css
<style>
a { background-color: #7CB0AB; }
a { background-color: rgb(124,176,171); }
div.DivClassName
{
background-color: #7CB0AB;
}
.BgClassName
{
background-color: #7CB0AB;
}
</style>
border-color css
<style>
span { border-color: #7CB0AB; }
span { border-color: rgb(124,176,171); }
td.TdClassName
{
border-color: #7CB0AB;
}
.TagClassName
{
border-color: #7CB0AB;
}
</style>