Shades of Gulf Stream #73B7A8
Tints of Gulf Stream #73B7A8
RGB
CMYK
RGB Variations
Color information
#73B7A8 (or 0x73B7A8) is known color: Gulf Stream. HEX triplet: 73, B7 and A8. RGB value is (115,183,168). Sum of RGB (Red+Green+Blue) = 115+183+168=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #73B7A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B7A8 is #8C4857. Grayscale: #A0A0A0. Windows color (decimal): -9193560 or 11057011. OLE color: 11057011.
HSL color Cylindrical-coordinate representation of color #73B7A8: hue angle of 166.76º 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 #73B7A8 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 183 | 168 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.28 |
| HSL | 166.76º | 0.32% | 0.58% | - |
| HSV(B) | 166.76º | 0.37% | 0.72% | - |
| XYZ | 31.07 | 40.34 | 43.19 | - |
| YUV | 160.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 183 | 168 | 0.37 | 0 | 0.08 | 0.28 | 166.76 | 0.32 | 0.58 |
| Hex | 73 | B7 | A8 | 25 | 0 | 8 | 1C | A7 | 20 | 3A |
| Octal | 163 | 267 | 250 | 45 | 0 | 10 | 34 | 247 | 40 | 72 |
| Binary | 1110011 | 10110111 | 10101000 | 100101 | 0 | 1000 | 11100 | 10100111 | 100000 | 111010 |
Color Harmonies of #73B7A8
Complementary color
Monochromatic Colors of #73B7A8
Black with #73B7A8
Text Example
Text Example
White with #73B7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B7A8; }
p { color: rgb(115,183,168); }
H1.HeaderClassName
{
color: #73B7A8;
}
.AnyTagClassName
{
color: #73B7A8;
}
</style>
background-color css
<style>
a { background-color: #73B7A8; }
a { background-color: rgb(115,183,168); }
div.DivClassName
{
background-color: #73B7A8;
}
.BgClassName
{
background-color: #73B7A8;
}
</style>
border-color css
<style>
span { border-color: #73B7A8; }
span { border-color: rgb(115,183,168); }
td.TdClassName
{
border-color: #73B7A8;
}
.TagClassName
{
border-color: #73B7A8;
}
</style>