Shades of Gulf Stream #73B7AF
Tints of Gulf Stream #73B7AF
RGB
CMYK
RGB Variations
Color information
#73B7AF (or 0x73B7AF) is known color: Gulf Stream. HEX triplet: 73, B7 and AF. RGB value is (115,183,175). Sum of RGB (Red+Green+Blue) = 115+183+175=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #73B7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B7AF is #8C4850. Grayscale: #A1A1A1. Windows color (decimal): -9193553 or 11515763. OLE color: 11515763.
HSL color Cylindrical-coordinate representation of color #73B7AF: hue angle of 172.94º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73B7AF is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 183 | 175 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.28 |
| HSL | 172.94º | 0.32% | 0.58% | - |
| HSV(B) | 172.94º | 0.37% | 0.72% | - |
| XYZ | 31.74 | 40.61 | 46.72 | - |
| YUV | 161.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 183 | 175 | 0.37 | 0 | 0.04 | 0.28 | 172.94 | 0.32 | 0.58 |
| Hex | 73 | B7 | AF | 25 | 0 | 4 | 1C | AD | 20 | 3A |
| Octal | 163 | 267 | 257 | 45 | 0 | 4 | 34 | 255 | 40 | 72 |
| Binary | 1110011 | 10110111 | 10101111 | 100101 | 0 | 100 | 11100 | 10101101 | 100000 | 111010 |
Color Harmonies of #73B7AF
Complementary color
Monochromatic Colors of #73B7AF
Black with #73B7AF
Text Example
Text Example
White with #73B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B7AF; }
p { color: rgb(115,183,175); }
H1.HeaderClassName
{
color: #73B7AF;
}
.AnyTagClassName
{
color: #73B7AF;
}
</style>
background-color css
<style>
a { background-color: #73B7AF; }
a { background-color: rgb(115,183,175); }
div.DivClassName
{
background-color: #73B7AF;
}
.BgClassName
{
background-color: #73B7AF;
}
</style>
border-color css
<style>
span { border-color: #73B7AF; }
span { border-color: rgb(115,183,175); }
td.TdClassName
{
border-color: #73B7AF;
}
.TagClassName
{
border-color: #73B7AF;
}
</style>