Shades of Gulf Stream #7CAEA3
Tints of Gulf Stream #7CAEA3
RGB
CMYK
RGB Variations
Color information
#7CAEA3 (or 0x7CAEA3) is known color: Gulf Stream. HEX triplet: 7C, AE and A3. RGB value is (124,174,163). Sum of RGB (Red+Green+Blue) = 124+174+163=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAEA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAEA3 is #83515C. Grayscale: #9D9D9D. Windows color (decimal): -8606045 or 10727036. OLE color: 10727036.
HSL color Cylindrical-coordinate representation of color #7CAEA3: hue angle of 166.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAEA3 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 174 | 163 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.32 |
| HSL | 166.8º | 0.24% | 0.58% | - |
| HSV(B) | 166.8º | 0.29% | 0.68% | - |
| XYZ | 30.06 | 37.2 | 40.25 | - |
| YUV | 157.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 174 | 163 | 0.29 | 0 | 0.06 | 0.32 | 166.8 | 0.24 | 0.58 |
| Hex | 7C | AE | A3 | 1D | 0 | 6 | 20 | A7 | 18 | 3A |
| Octal | 174 | 256 | 243 | 35 | 0 | 6 | 40 | 247 | 30 | 72 |
| Binary | 1111100 | 10101110 | 10100011 | 11101 | 0 | 110 | 100000 | 10100111 | 11000 | 111010 |
Color Harmonies of #7CAEA3
Complementary color
Monochromatic Colors of #7CAEA3
Black with #7CAEA3
Text Example
Text Example
White with #7CAEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAEA3; }
p { color: rgb(124,174,163); }
H1.HeaderClassName
{
color: #7CAEA3;
}
.AnyTagClassName
{
color: #7CAEA3;
}
</style>
background-color css
<style>
a { background-color: #7CAEA3; }
a { background-color: rgb(124,174,163); }
div.DivClassName
{
background-color: #7CAEA3;
}
.BgClassName
{
background-color: #7CAEA3;
}
</style>
border-color css
<style>
span { border-color: #7CAEA3; }
span { border-color: rgb(124,174,163); }
td.TdClassName
{
border-color: #7CAEA3;
}
.TagClassName
{
border-color: #7CAEA3;
}
</style>