Shades of Gulf Stream #7CADA8
Tints of Gulf Stream #7CADA8
RGB
CMYK
RGB Variations
Color information
#7CADA8 (or 0x7CADA8) is known color: Gulf Stream. HEX triplet: 7C, AD and A8. RGB value is (124,173,168). Sum of RGB (Red+Green+Blue) = 124+173+168=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 173 - color contains mainly: green. Hex color #7CADA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CADA8 is #835257. Grayscale: #9D9D9D. Windows color (decimal): -8606296 or 11054460. OLE color: 11054460.
HSL color Cylindrical-coordinate representation of color #7CADA8: hue angle of 173.88º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CADA8 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 173 | 168 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.32 |
| HSL | 173.88º | 0.23% | 0.58% | - |
| HSV(B) | 173.88º | 0.28% | 0.68% | - |
| XYZ | 30.32 | 37 | 42.59 | - |
| YUV | 157.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 173 | 168 | 0.28 | 0 | 0.03 | 0.32 | 173.88 | 0.23 | 0.58 |
| Hex | 7C | AD | A8 | 1C | 0 | 3 | 20 | AE | 17 | 3A |
| Octal | 174 | 255 | 250 | 34 | 0 | 3 | 40 | 256 | 27 | 72 |
| Binary | 1111100 | 10101101 | 10101000 | 11100 | 0 | 11 | 100000 | 10101110 | 10111 | 111010 |
Color Harmonies of #7CADA8
Complementary color
Monochromatic Colors of #7CADA8
Black with #7CADA8
Text Example
Text Example
White with #7CADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CADA8; }
p { color: rgb(124,173,168); }
H1.HeaderClassName
{
color: #7CADA8;
}
.AnyTagClassName
{
color: #7CADA8;
}
</style>
background-color css
<style>
a { background-color: #7CADA8; }
a { background-color: rgb(124,173,168); }
div.DivClassName
{
background-color: #7CADA8;
}
.BgClassName
{
background-color: #7CADA8;
}
</style>
border-color css
<style>
span { border-color: #7CADA8; }
span { border-color: rgb(124,173,168); }
td.TdClassName
{
border-color: #7CADA8;
}
.TagClassName
{
border-color: #7CADA8;
}
</style>