Shades of Gulf Stream #73B19F
Tints of Gulf Stream #73B19F
RGB
CMYK
RGB Variations
Color information
#73B19F (or 0x73B19F) is known color: Gulf Stream. HEX triplet: 73, B1 and 9F. RGB value is (115,177,159). Sum of RGB (Red+Green+Blue) = 115+177+159=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 177 - color contains mainly: green. Hex color #73B19F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B19F is #8C4E60. Grayscale: #9C9C9C. Windows color (decimal): -9195105 or 10465651. OLE color: 10465651.
HSL color Cylindrical-coordinate representation of color #73B19F: hue angle of 162.58º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73B19F is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 177 | 159 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.31 |
| HSL | 162.58º | 0.28% | 0.57% | - |
| HSV(B) | 162.58º | 0.35% | 0.69% | - |
| XYZ | 29.05 | 37.59 | 38.53 | - |
| YUV | 156.41 | 129.46 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 177 | 159 | 0.35 | 0 | 0.10 | 0.31 | 162.58 | 0.28 | 0.57 |
| Hex | 73 | B1 | 9F | 23 | 0 | A | 1F | A3 | 1C | 39 |
| Octal | 163 | 261 | 237 | 43 | 0 | 12 | 37 | 243 | 34 | 71 |
| Binary | 1110011 | 10110001 | 10011111 | 100011 | 0 | 1010 | 11111 | 10100011 | 11100 | 111001 |
Color Harmonies of #73B19F
Complementary color
Monochromatic Colors of #73B19F
Black with #73B19F
Text Example
Text Example
White with #73B19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B19F; }
p { color: rgb(115,177,159); }
H1.HeaderClassName
{
color: #73B19F;
}
.AnyTagClassName
{
color: #73B19F;
}
</style>
background-color css
<style>
a { background-color: #73B19F; }
a { background-color: rgb(115,177,159); }
div.DivClassName
{
background-color: #73B19F;
}
.BgClassName
{
background-color: #73B19F;
}
</style>
border-color css
<style>
span { border-color: #73B19F; }
span { border-color: rgb(115,177,159); }
td.TdClassName
{
border-color: #73B19F;
}
.TagClassName
{
border-color: #73B19F;
}
</style>