Shades of Gulf Stream #73BCAF
Tints of Gulf Stream #73BCAF
RGB
CMYK
RGB Variations
Color information
#73BCAF (or 0x73BCAF) is known color: Gulf Stream. HEX triplet: 73, BC and AF. RGB value is (115,188,175). Sum of RGB (Red+Green+Blue) = 115+188+175=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #73BCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BCAF is #8C4350. Grayscale: #A4A4A4. Windows color (decimal): -9192273 or 11517043. OLE color: 11517043.
HSL color Cylindrical-coordinate representation of color #73BCAF: hue angle of 169.32º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BCAF is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 175 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.26 |
| HSL | 169.32º | 0.35% | 0.59% | - |
| HSV(B) | 169.32º | 0.39% | 0.74% | - |
| XYZ | 32.79 | 42.71 | 47.07 | - |
| YUV | 164.69 | 133.82 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 175 | 0.39 | 0 | 0.07 | 0.26 | 169.32 | 0.35 | 0.59 |
| Hex | 73 | BC | AF | 27 | 0 | 7 | 1A | A9 | 23 | 3B |
| Octal | 163 | 274 | 257 | 47 | 0 | 7 | 32 | 251 | 43 | 73 |
| Binary | 1110011 | 10111100 | 10101111 | 100111 | 0 | 111 | 11010 | 10101001 | 100011 | 111011 |
Color Harmonies of #73BCAF
Complementary color
Monochromatic Colors of #73BCAF
Black with #73BCAF
Text Example
Text Example
White with #73BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BCAF; }
p { color: rgb(115,188,175); }
H1.HeaderClassName
{
color: #73BCAF;
}
.AnyTagClassName
{
color: #73BCAF;
}
</style>
background-color css
<style>
a { background-color: #73BCAF; }
a { background-color: rgb(115,188,175); }
div.DivClassName
{
background-color: #73BCAF;
}
.BgClassName
{
background-color: #73BCAF;
}
</style>
border-color css
<style>
span { border-color: #73BCAF; }
span { border-color: rgb(115,188,175); }
td.TdClassName
{
border-color: #73BCAF;
}
.TagClassName
{
border-color: #73BCAF;
}
</style>