Shades of Gulf Stream #73ADA0
Tints of Gulf Stream #73ADA0
RGB
CMYK
RGB Variations
Color information
#73ADA0 (or 0x73ADA0) is known color: Gulf Stream. HEX triplet: 73, AD and A0. RGB value is (115,173,160). Sum of RGB (Red+Green+Blue) = 115+173+160=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #73ADA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ADA0 is #8C525F. Grayscale: #9A9A9A. Windows color (decimal): -9196128 or 10530163. OLE color: 10530163.
HSL color Cylindrical-coordinate representation of color #73ADA0: hue angle of 166.55º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73ADA0 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 160 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.32 |
| HSL | 166.55º | 0.26% | 0.56% | - |
| HSV(B) | 166.55º | 0.34% | 0.68% | - |
| XYZ | 28.36 | 36.07 | 38.73 | - |
| YUV | 154.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 160 | 0.34 | 0 | 0.08 | 0.32 | 166.55 | 0.26 | 0.56 |
| Hex | 73 | AD | A0 | 22 | 0 | 8 | 20 | A7 | 1A | 38 |
| Octal | 163 | 255 | 240 | 42 | 0 | 10 | 40 | 247 | 32 | 70 |
| Binary | 1110011 | 10101101 | 10100000 | 100010 | 0 | 1000 | 100000 | 10100111 | 11010 | 111000 |
Color Harmonies of #73ADA0
Complementary color
Monochromatic Colors of #73ADA0
Black with #73ADA0
Text Example
Text Example
White with #73ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ADA0; }
p { color: rgb(115,173,160); }
H1.HeaderClassName
{
color: #73ADA0;
}
.AnyTagClassName
{
color: #73ADA0;
}
</style>
background-color css
<style>
a { background-color: #73ADA0; }
a { background-color: rgb(115,173,160); }
div.DivClassName
{
background-color: #73ADA0;
}
.BgClassName
{
background-color: #73ADA0;
}
</style>
border-color css
<style>
span { border-color: #73ADA0; }
span { border-color: rgb(115,173,160); }
td.TdClassName
{
border-color: #73ADA0;
}
.TagClassName
{
border-color: #73ADA0;
}
</style>