Shades of Gulf Stream #7CB9A8
Tints of Gulf Stream #7CB9A8
RGB
CMYK
RGB Variations
Color information
#7CB9A8 (or 0x7CB9A8) is known color: Gulf Stream. HEX triplet: 7C, B9 and A8. RGB value is (124,185,168). Sum of RGB (Red+Green+Blue) = 124+185+168=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB9A8 is #834657. Grayscale: #A4A4A4. Windows color (decimal): -8603224 or 11057532. OLE color: 11057532.
HSL color Cylindrical-coordinate representation of color #7CB9A8: hue angle of 163.28º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB9A8 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 168 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.27 |
| HSL | 163.28º | 0.3% | 0.61% | - |
| HSV(B) | 163.28º | 0.33% | 0.73% | - |
| XYZ | 32.73 | 41.81 | 43.39 | - |
| YUV | 164.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 168 | 0.33 | 0 | 0.09 | 0.27 | 163.28 | 0.3 | 0.61 |
| Hex | 7C | B9 | A8 | 21 | 0 | 9 | 1B | A3 | 1E | 3D |
| Octal | 174 | 271 | 250 | 41 | 0 | 11 | 33 | 243 | 36 | 75 |
| Binary | 1111100 | 10111001 | 10101000 | 100001 | 0 | 1001 | 11011 | 10100011 | 11110 | 111101 |
Color Harmonies of #7CB9A8
Complementary color
Monochromatic Colors of #7CB9A8
Black with #7CB9A8
Text Example
Text Example
White with #7CB9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB9A8; }
p { color: rgb(124,185,168); }
H1.HeaderClassName
{
color: #7CB9A8;
}
.AnyTagClassName
{
color: #7CB9A8;
}
</style>
background-color css
<style>
a { background-color: #7CB9A8; }
a { background-color: rgb(124,185,168); }
div.DivClassName
{
background-color: #7CB9A8;
}
.BgClassName
{
background-color: #7CB9A8;
}
</style>
border-color css
<style>
span { border-color: #7CB9A8; }
span { border-color: rgb(124,185,168); }
td.TdClassName
{
border-color: #7CB9A8;
}
.TagClassName
{
border-color: #7CB9A8;
}
</style>