Shades of Gulf Stream #73B5A8
Tints of Gulf Stream #73B5A8
RGB
CMYK
RGB Variations
Color information
#73B5A8 (or 0x73B5A8) is known color: Gulf Stream. HEX triplet: 73, B5 and A8. RGB value is (115,181,168). Sum of RGB (Red+Green+Blue) = 115+181+168=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #73B5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B5A8 is #8C4A57. Grayscale: #9F9F9F. Windows color (decimal): -9194072 or 11056499. OLE color: 11056499.
HSL color Cylindrical-coordinate representation of color #73B5A8: hue angle of 168.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73B5A8 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 181 | 168 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.29 |
| HSL | 168.18º | 0.31% | 0.58% | - |
| HSV(B) | 168.18º | 0.36% | 0.71% | - |
| XYZ | 30.66 | 39.52 | 43.06 | - |
| YUV | 159.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 181 | 168 | 0.36 | 0 | 0.07 | 0.29 | 168.18 | 0.31 | 0.58 |
| Hex | 73 | B5 | A8 | 24 | 0 | 7 | 1D | A8 | 1F | 3A |
| Octal | 163 | 265 | 250 | 44 | 0 | 7 | 35 | 250 | 37 | 72 |
| Binary | 1110011 | 10110101 | 10101000 | 100100 | 0 | 111 | 11101 | 10101000 | 11111 | 111010 |
Color Harmonies of #73B5A8
Complementary color
Monochromatic Colors of #73B5A8
Black with #73B5A8
Text Example
Text Example
White with #73B5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B5A8; }
p { color: rgb(115,181,168); }
H1.HeaderClassName
{
color: #73B5A8;
}
.AnyTagClassName
{
color: #73B5A8;
}
</style>
background-color css
<style>
a { background-color: #73B5A8; }
a { background-color: rgb(115,181,168); }
div.DivClassName
{
background-color: #73B5A8;
}
.BgClassName
{
background-color: #73B5A8;
}
</style>
border-color css
<style>
span { border-color: #73B5A8; }
span { border-color: rgb(115,181,168); }
td.TdClassName
{
border-color: #73B5A8;
}
.TagClassName
{
border-color: #73B5A8;
}
</style>