Shades of Gulf Stream #7CAEAA
Tints of Gulf Stream #7CAEAA
RGB
CMYK
RGB Variations
Color information
#7CAEAA (or 0x7CAEAA) is known color: Gulf Stream. HEX triplet: 7C, AE and AA. RGB value is (124,174,170). Sum of RGB (Red+Green+Blue) = 124+174+170=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAEAA is #835155. Grayscale: #9E9E9E. Windows color (decimal): -8606038 or 11185788. OLE color: 11185788.
HSL color Cylindrical-coordinate representation of color #7CAEAA: hue angle of 175.2º 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 #7CAEAA is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 174 | 170 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.32 |
| HSL | 175.2º | 0.24% | 0.58% | - |
| HSV(B) | 175.2º | 0.29% | 0.68% | - |
| XYZ | 30.7 | 37.46 | 43.64 | - |
| YUV | 158.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 174 | 170 | 0.29 | 0 | 0.02 | 0.32 | 175.2 | 0.24 | 0.58 |
| Hex | 7C | AE | AA | 1D | 0 | 2 | 20 | AF | 18 | 3A |
| Octal | 174 | 256 | 252 | 35 | 0 | 2 | 40 | 257 | 30 | 72 |
| Binary | 1111100 | 10101110 | 10101010 | 11101 | 0 | 10 | 100000 | 10101111 | 11000 | 111010 |
Color Harmonies of #7CAEAA
Complementary color
Monochromatic Colors of #7CAEAA
Black with #7CAEAA
Text Example
Text Example
White with #7CAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAEAA; }
p { color: rgb(124,174,170); }
H1.HeaderClassName
{
color: #7CAEAA;
}
.AnyTagClassName
{
color: #7CAEAA;
}
</style>
background-color css
<style>
a { background-color: #7CAEAA; }
a { background-color: rgb(124,174,170); }
div.DivClassName
{
background-color: #7CAEAA;
}
.BgClassName
{
background-color: #7CAEAA;
}
</style>
border-color css
<style>
span { border-color: #7CAEAA; }
span { border-color: rgb(124,174,170); }
td.TdClassName
{
border-color: #7CAEAA;
}
.TagClassName
{
border-color: #7CAEAA;
}
</style>