Shades of Gulf Stream #73B5AB
Tints of Gulf Stream #73B5AB
RGB
CMYK
RGB Variations
Color information
#73B5AB (or 0x73B5AB) is known color: Gulf Stream. HEX triplet: 73, B5 and AB. RGB value is (115,181,171). Sum of RGB (Red+Green+Blue) = 115+181+171=467 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.63% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #73B5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B5AB is #8C4A54. Grayscale: #A0A0A0. Windows color (decimal): -9194069 or 11253107. OLE color: 11253107.
HSL color Cylindrical-coordinate representation of color #73B5AB: hue angle of 170.91º 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 #73B5AB is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 181 | 171 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.29 |
| HSL | 170.91º | 0.31% | 0.58% | - |
| HSV(B) | 170.91º | 0.36% | 0.71% | - |
| XYZ | 30.94 | 39.63 | 44.55 | - |
| YUV | 160.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 181 | 171 | 0.36 | 0 | 0.06 | 0.29 | 170.91 | 0.31 | 0.58 |
| Hex | 73 | B5 | AB | 24 | 0 | 6 | 1D | AB | 1F | 3A |
| Octal | 163 | 265 | 253 | 44 | 0 | 6 | 35 | 253 | 37 | 72 |
| Binary | 1110011 | 10110101 | 10101011 | 100100 | 0 | 110 | 11101 | 10101011 | 11111 | 111010 |
Color Harmonies of #73B5AB
Complementary color
Monochromatic Colors of #73B5AB
Black with #73B5AB
Text Example
Text Example
White with #73B5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B5AB; }
p { color: rgb(115,181,171); }
H1.HeaderClassName
{
color: #73B5AB;
}
.AnyTagClassName
{
color: #73B5AB;
}
</style>
background-color css
<style>
a { background-color: #73B5AB; }
a { background-color: rgb(115,181,171); }
div.DivClassName
{
background-color: #73B5AB;
}
.BgClassName
{
background-color: #73B5AB;
}
</style>
border-color css
<style>
span { border-color: #73B5AB; }
span { border-color: rgb(115,181,171); }
td.TdClassName
{
border-color: #73B5AB;
}
.TagClassName
{
border-color: #73B5AB;
}
</style>