Shades of Gulf Stream #73B1AA
Tints of Gulf Stream #73B1AA
RGB
CMYK
RGB Variations
Color information
#73B1AA (or 0x73B1AA) is known color: Gulf Stream. HEX triplet: 73, B1 and AA. RGB value is (115,177,170). Sum of RGB (Red+Green+Blue) = 115+177+170=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 177 - color contains mainly: green. Hex color #73B1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B1AA is #8C4E55. Grayscale: #9D9D9D. Windows color (decimal): -9195094 or 11186547. OLE color: 11186547.
HSL color Cylindrical-coordinate representation of color #73B1AA: hue angle of 173.23º 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 #73B1AA is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 177 | 170 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.31 |
| HSL | 173.23º | 0.28% | 0.57% | - |
| HSV(B) | 173.23º | 0.35% | 0.69% | - |
| XYZ | 30.05 | 37.99 | 43.78 | - |
| YUV | 157.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 177 | 170 | 0.35 | 0 | 0.04 | 0.31 | 173.23 | 0.28 | 0.57 |
| Hex | 73 | B1 | AA | 23 | 0 | 4 | 1F | AD | 1C | 39 |
| Octal | 163 | 261 | 252 | 43 | 0 | 4 | 37 | 255 | 34 | 71 |
| Binary | 1110011 | 10110001 | 10101010 | 100011 | 0 | 100 | 11111 | 10101101 | 11100 | 111001 |
Color Harmonies of #73B1AA
Complementary color
Monochromatic Colors of #73B1AA
Black with #73B1AA
Text Example
Text Example
White with #73B1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B1AA; }
p { color: rgb(115,177,170); }
H1.HeaderClassName
{
color: #73B1AA;
}
.AnyTagClassName
{
color: #73B1AA;
}
</style>
background-color css
<style>
a { background-color: #73B1AA; }
a { background-color: rgb(115,177,170); }
div.DivClassName
{
background-color: #73B1AA;
}
.BgClassName
{
background-color: #73B1AA;
}
</style>
border-color css
<style>
span { border-color: #73B1AA; }
span { border-color: rgb(115,177,170); }
td.TdClassName
{
border-color: #73B1AA;
}
.TagClassName
{
border-color: #73B1AA;
}
</style>