Shades of Gulf Stream #73AD9F
Tints of Gulf Stream #73AD9F
RGB
CMYK
RGB Variations
Color information
#73AD9F (or 0x73AD9F) is known color: Gulf Stream. HEX triplet: 73, AD and 9F. RGB value is (115,173,159). Sum of RGB (Red+Green+Blue) = 115+173+159=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AD9F is #8C5260. Grayscale: #9A9A9A. Windows color (decimal): -9196129 or 10464627. OLE color: 10464627.
HSL color Cylindrical-coordinate representation of color #73AD9F: hue angle of 165.52º 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 #73AD9F is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 159 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.32 |
| HSL | 165.52º | 0.26% | 0.56% | - |
| HSV(B) | 165.52º | 0.34% | 0.68% | - |
| XYZ | 28.27 | 36.04 | 38.27 | - |
| YUV | 154.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 159 | 0.34 | 0 | 0.08 | 0.32 | 165.52 | 0.26 | 0.56 |
| Hex | 73 | AD | 9F | 22 | 0 | 8 | 20 | A6 | 1A | 38 |
| Octal | 163 | 255 | 237 | 42 | 0 | 10 | 40 | 246 | 32 | 70 |
| Binary | 1110011 | 10101101 | 10011111 | 100010 | 0 | 1000 | 100000 | 10100110 | 11010 | 111000 |
Color Harmonies of #73AD9F
Complementary color
Monochromatic Colors of #73AD9F
Black with #73AD9F
Text Example
Text Example
White with #73AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AD9F; }
p { color: rgb(115,173,159); }
H1.HeaderClassName
{
color: #73AD9F;
}
.AnyTagClassName
{
color: #73AD9F;
}
</style>
background-color css
<style>
a { background-color: #73AD9F; }
a { background-color: rgb(115,173,159); }
div.DivClassName
{
background-color: #73AD9F;
}
.BgClassName
{
background-color: #73AD9F;
}
</style>
border-color css
<style>
span { border-color: #73AD9F; }
span { border-color: rgb(115,173,159); }
td.TdClassName
{
border-color: #73AD9F;
}
.TagClassName
{
border-color: #73AD9F;
}
</style>