Shades of Gulf Stream #7CB8B5
Tints of Gulf Stream #7CB8B5
RGB
CMYK
RGB Variations
Color information
#7CB8B5 (or 0x7CB8B5) is known color: Gulf Stream. HEX triplet: 7C, B8 and B5. RGB value is (124,184,181). Sum of RGB (Red+Green+Blue) = 124+184+181=489 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.36% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB8B5 is #83474A. Grayscale: #A5A5A5. Windows color (decimal): -8603467 or 11909244. OLE color: 11909244.
HSL color Cylindrical-coordinate representation of color #7CB8B5: hue angle of 177º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB8B5 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 181 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.28 |
| HSL | 177º | 0.3% | 0.6% | - |
| HSV(B) | 177º | 0.33% | 0.72% | - |
| XYZ | 33.79 | 41.9 | 50.02 | - |
| YUV | 165.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 181 | 0.33 | 0 | 0.02 | 0.28 | 177 | 0.3 | 0.6 |
| Hex | 7C | B8 | B5 | 21 | 0 | 2 | 1C | B1 | 1E | 3C |
| Octal | 174 | 270 | 265 | 41 | 0 | 2 | 34 | 261 | 36 | 74 |
| Binary | 1111100 | 10111000 | 10110101 | 100001 | 0 | 10 | 11100 | 10110001 | 11110 | 111100 |
Color Harmonies of #7CB8B5
Complementary color
Monochromatic Colors of #7CB8B5
Black with #7CB8B5
Text Example
Text Example
White with #7CB8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB8B5; }
p { color: rgb(124,184,181); }
H1.HeaderClassName
{
color: #7CB8B5;
}
.AnyTagClassName
{
color: #7CB8B5;
}
</style>
background-color css
<style>
a { background-color: #7CB8B5; }
a { background-color: rgb(124,184,181); }
div.DivClassName
{
background-color: #7CB8B5;
}
.BgClassName
{
background-color: #7CB8B5;
}
</style>
border-color css
<style>
span { border-color: #7CB8B5; }
span { border-color: rgb(124,184,181); }
td.TdClassName
{
border-color: #7CB8B5;
}
.TagClassName
{
border-color: #7CB8B5;
}
</style>