Shades of Gulf Stream #73B6AD
Tints of Gulf Stream #73B6AD
RGB
CMYK
RGB Variations
Color information
#73B6AD (or 0x73B6AD) is known color: Gulf Stream. HEX triplet: 73, B6 and AD. RGB value is (115,182,173). Sum of RGB (Red+Green+Blue) = 115+182+173=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 182 - color contains mainly: green. Hex color #73B6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B6AD is #8C4952. Grayscale: #A0A0A0. Windows color (decimal): -9193811 or 11384435. OLE color: 11384435.
HSL color Cylindrical-coordinate representation of color #73B6AD: hue angle of 171.94º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73B6AD is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 182 | 173 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.29 |
| HSL | 171.94º | 0.31% | 0.58% | - |
| HSV(B) | 171.94º | 0.37% | 0.71% | - |
| XYZ | 31.34 | 40.12 | 45.63 | - |
| YUV | 160.94 | 134.8 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 182 | 173 | 0.37 | 0 | 0.05 | 0.29 | 171.94 | 0.31 | 0.58 |
| Hex | 73 | B6 | AD | 25 | 0 | 5 | 1D | AC | 1F | 3A |
| Octal | 163 | 266 | 255 | 45 | 0 | 5 | 35 | 254 | 37 | 72 |
| Binary | 1110011 | 10110110 | 10101101 | 100101 | 0 | 101 | 11101 | 10101100 | 11111 | 111010 |
Color Harmonies of #73B6AD
Complementary color
Monochromatic Colors of #73B6AD
Black with #73B6AD
Text Example
Text Example
White with #73B6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B6AD; }
p { color: rgb(115,182,173); }
H1.HeaderClassName
{
color: #73B6AD;
}
.AnyTagClassName
{
color: #73B6AD;
}
</style>
background-color css
<style>
a { background-color: #73B6AD; }
a { background-color: rgb(115,182,173); }
div.DivClassName
{
background-color: #73B6AD;
}
.BgClassName
{
background-color: #73B6AD;
}
</style>
border-color css
<style>
span { border-color: #73B6AD; }
span { border-color: rgb(115,182,173); }
td.TdClassName
{
border-color: #73B6AD;
}
.TagClassName
{
border-color: #73B6AD;
}
</style>