Shades of Gulf Stream #73B8AB
Tints of Gulf Stream #73B8AB
RGB
CMYK
RGB Variations
Color information
#73B8AB (or 0x73B8AB) is known color: Gulf Stream. HEX triplet: 73, B8 and AB. RGB value is (115,184,171). Sum of RGB (Red+Green+Blue) = 115+184+171=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 184 - color contains mainly: green. Hex color #73B8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B8AB is #8C4754. Grayscale: #A1A1A1. Windows color (decimal): -9193301 or 11253875. OLE color: 11253875.
HSL color Cylindrical-coordinate representation of color #73B8AB: hue angle of 168.7º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73B8AB is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 184 | 171 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.28 |
| HSL | 168.7º | 0.33% | 0.59% | - |
| HSV(B) | 168.7º | 0.38% | 0.72% | - |
| XYZ | 31.56 | 40.87 | 44.75 | - |
| YUV | 161.89 | 133.14 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 184 | 171 | 0.38 | 0 | 0.07 | 0.28 | 168.7 | 0.33 | 0.59 |
| Hex | 73 | B8 | AB | 26 | 0 | 7 | 1C | A9 | 21 | 3B |
| Octal | 163 | 270 | 253 | 46 | 0 | 7 | 34 | 251 | 41 | 73 |
| Binary | 1110011 | 10111000 | 10101011 | 100110 | 0 | 111 | 11100 | 10101001 | 100001 | 111011 |
Color Harmonies of #73B8AB
Complementary color
Monochromatic Colors of #73B8AB
Black with #73B8AB
Text Example
Text Example
White with #73B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B8AB; }
p { color: rgb(115,184,171); }
H1.HeaderClassName
{
color: #73B8AB;
}
.AnyTagClassName
{
color: #73B8AB;
}
</style>
background-color css
<style>
a { background-color: #73B8AB; }
a { background-color: rgb(115,184,171); }
div.DivClassName
{
background-color: #73B8AB;
}
.BgClassName
{
background-color: #73B8AB;
}
</style>
border-color css
<style>
span { border-color: #73B8AB; }
span { border-color: rgb(115,184,171); }
td.TdClassName
{
border-color: #73B8AB;
}
.TagClassName
{
border-color: #73B8AB;
}
</style>