Shades of Gulf Stream #7DADA9
Tints of Gulf Stream #7DADA9
RGB
CMYK
RGB Variations
Color information
#7DADA9 (or 0x7DADA9) is known color: Gulf Stream. HEX triplet: 7D, AD and A9. RGB value is (125,173,169). Sum of RGB (Red+Green+Blue) = 125+173+169=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 173 - color contains mainly: green. Hex color #7DADA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DADA9 is #825256. Grayscale: #9E9E9E. Windows color (decimal): -8540759 or 11119997. OLE color: 11119997.
HSL color Cylindrical-coordinate representation of color #7DADA9: hue angle of 175º 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 #7DADA9 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 173 | 169 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.32 |
| HSL | 175º | 0.23% | 0.58% | - |
| HSV(B) | 175º | 0.28% | 0.68% | - |
| XYZ | 30.56 | 37.11 | 43.09 | - |
| YUV | 158.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 169 | 0.28 | 0 | 0.02 | 0.32 | 175 | 0.23 | 0.58 |
| Hex | 7D | AD | A9 | 1C | 0 | 2 | 20 | AF | 17 | 3A |
| Octal | 175 | 255 | 251 | 34 | 0 | 2 | 40 | 257 | 27 | 72 |
| Binary | 1111101 | 10101101 | 10101001 | 11100 | 0 | 10 | 100000 | 10101111 | 10111 | 111010 |
Color Harmonies of #7DADA9
Complementary color
Monochromatic Colors of #7DADA9
Black with #7DADA9
Text Example
Text Example
White with #7DADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DADA9; }
p { color: rgb(125,173,169); }
H1.HeaderClassName
{
color: #7DADA9;
}
.AnyTagClassName
{
color: #7DADA9;
}
</style>
background-color css
<style>
a { background-color: #7DADA9; }
a { background-color: rgb(125,173,169); }
div.DivClassName
{
background-color: #7DADA9;
}
.BgClassName
{
background-color: #7DADA9;
}
</style>
border-color css
<style>
span { border-color: #7DADA9; }
span { border-color: rgb(125,173,169); }
td.TdClassName
{
border-color: #7DADA9;
}
.TagClassName
{
border-color: #7DADA9;
}
</style>