Shades of Gulf Stream #7CB5AA
Tints of Gulf Stream #7CB5AA
RGB
CMYK
RGB Variations
Color information
#7CB5AA (or 0x7CB5AA) is known color: Gulf Stream. HEX triplet: 7C, B5 and AA. RGB value is (124,181,170). Sum of RGB (Red+Green+Blue) = 124+181+170=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB5AA is #834A55. Grayscale: #A2A2A2. Windows color (decimal): -8604246 or 11187580. OLE color: 11187580.
HSL color Cylindrical-coordinate representation of color #7CB5AA: hue angle of 168.42º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB5AA is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 181 | 170 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.29 |
| HSL | 168.42º | 0.28% | 0.6% | - |
| HSV(B) | 168.42º | 0.31% | 0.71% | - |
| XYZ | 32.09 | 40.24 | 44.1 | - |
| YUV | 162.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 181 | 170 | 0.31 | 0 | 0.06 | 0.29 | 168.42 | 0.28 | 0.6 |
| Hex | 7C | B5 | AA | 1F | 0 | 6 | 1D | A8 | 1C | 3C |
| Octal | 174 | 265 | 252 | 37 | 0 | 6 | 35 | 250 | 34 | 74 |
| Binary | 1111100 | 10110101 | 10101010 | 11111 | 0 | 110 | 11101 | 10101000 | 11100 | 111100 |
Color Harmonies of #7CB5AA
Complementary color
Monochromatic Colors of #7CB5AA
Black with #7CB5AA
Text Example
Text Example
White with #7CB5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB5AA; }
p { color: rgb(124,181,170); }
H1.HeaderClassName
{
color: #7CB5AA;
}
.AnyTagClassName
{
color: #7CB5AA;
}
</style>
background-color css
<style>
a { background-color: #7CB5AA; }
a { background-color: rgb(124,181,170); }
div.DivClassName
{
background-color: #7CB5AA;
}
.BgClassName
{
background-color: #7CB5AA;
}
</style>
border-color css
<style>
span { border-color: #7CB5AA; }
span { border-color: rgb(124,181,170); }
td.TdClassName
{
border-color: #7CB5AA;
}
.TagClassName
{
border-color: #7CB5AA;
}
</style>