Shades of Gulf Stream #7CB3A3
Tints of Gulf Stream #7CB3A3
RGB
CMYK
RGB Variations
Color information
#7CB3A3 (or 0x7CB3A3) is known color: Gulf Stream. HEX triplet: 7C, B3 and A3. RGB value is (124,179,163). Sum of RGB (Red+Green+Blue) = 124+179+163=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB3A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB3A3 is #834C5C. Grayscale: #A0A0A0. Windows color (decimal): -8604765 or 10728316. OLE color: 10728316.
HSL color Cylindrical-coordinate representation of color #7CB3A3: hue angle of 162.55º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB3A3 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 179 | 163 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.30 |
| HSL | 162.55º | 0.27% | 0.59% | - |
| HSV(B) | 162.55º | 0.31% | 0.7% | - |
| XYZ | 31.04 | 39.17 | 40.57 | - |
| YUV | 160.73 | 129.28 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 179 | 163 | 0.31 | 0 | 0.09 | 0.30 | 162.55 | 0.27 | 0.59 |
| Hex | 7C | B3 | A3 | 1F | 0 | 9 | 1E | A3 | 1B | 3B |
| Octal | 174 | 263 | 243 | 37 | 0 | 11 | 36 | 243 | 33 | 73 |
| Binary | 1111100 | 10110011 | 10100011 | 11111 | 0 | 1001 | 11110 | 10100011 | 11011 | 111011 |
Color Harmonies of #7CB3A3
Complementary color
Monochromatic Colors of #7CB3A3
Black with #7CB3A3
Text Example
Text Example
White with #7CB3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB3A3; }
p { color: rgb(124,179,163); }
H1.HeaderClassName
{
color: #7CB3A3;
}
.AnyTagClassName
{
color: #7CB3A3;
}
</style>
background-color css
<style>
a { background-color: #7CB3A3; }
a { background-color: rgb(124,179,163); }
div.DivClassName
{
background-color: #7CB3A3;
}
.BgClassName
{
background-color: #7CB3A3;
}
</style>
border-color css
<style>
span { border-color: #7CB3A3; }
span { border-color: rgb(124,179,163); }
td.TdClassName
{
border-color: #7CB3A3;
}
.TagClassName
{
border-color: #7CB3A3;
}
</style>