Shades of Gulf Stream #73B8B1
Tints of Gulf Stream #73B8B1
RGB
CMYK
RGB Variations
Color information
#73B8B1 (or 0x73B8B1) is known color: Gulf Stream. HEX triplet: 73, B8 and B1. RGB value is (115,184,177). Sum of RGB (Red+Green+Blue) = 115+184+177=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 184 - color contains mainly: green. Hex color #73B8B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B8B1 is #8C474E. Grayscale: #A2A2A2. Windows color (decimal): -9193295 or 11647091. OLE color: 11647091.
HSL color Cylindrical-coordinate representation of color #73B8B1: hue angle of 173.91º 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 #73B8B1 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 184 | 177 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.28 |
| HSL | 173.91º | 0.33% | 0.59% | - |
| HSV(B) | 173.91º | 0.38% | 0.72% | - |
| XYZ | 32.15 | 41.1 | 47.83 | - |
| YUV | 162.57 | 136.14 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 184 | 177 | 0.38 | 0 | 0.04 | 0.28 | 173.91 | 0.33 | 0.59 |
| Hex | 73 | B8 | B1 | 26 | 0 | 4 | 1C | AE | 21 | 3B |
| Octal | 163 | 270 | 261 | 46 | 0 | 4 | 34 | 256 | 41 | 73 |
| Binary | 1110011 | 10111000 | 10110001 | 100110 | 0 | 100 | 11100 | 10101110 | 100001 | 111011 |
Color Harmonies of #73B8B1
Complementary color
Monochromatic Colors of #73B8B1
Black with #73B8B1
Text Example
Text Example
White with #73B8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B8B1; }
p { color: rgb(115,184,177); }
H1.HeaderClassName
{
color: #73B8B1;
}
.AnyTagClassName
{
color: #73B8B1;
}
</style>
background-color css
<style>
a { background-color: #73B8B1; }
a { background-color: rgb(115,184,177); }
div.DivClassName
{
background-color: #73B8B1;
}
.BgClassName
{
background-color: #73B8B1;
}
</style>
border-color css
<style>
span { border-color: #73B8B1; }
span { border-color: rgb(115,184,177); }
td.TdClassName
{
border-color: #73B8B1;
}
.TagClassName
{
border-color: #73B8B1;
}
</style>