Shades of Gulf Stream #73BCAC
Tints of Gulf Stream #73BCAC
RGB
CMYK
RGB Variations
Color information
#73BCAC (or 0x73BCAC) is known color: Gulf Stream. HEX triplet: 73, BC and AC. RGB value is (115,188,172). Sum of RGB (Red+Green+Blue) = 115+188+172=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #73BCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BCAC is #8C4353. Grayscale: #A4A4A4. Windows color (decimal): -9192276 or 11320435. OLE color: 11320435.
HSL color Cylindrical-coordinate representation of color #73BCAC: hue angle of 166.85º 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 #73BCAC is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 172 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.26 |
| HSL | 166.85º | 0.35% | 0.59% | - |
| HSV(B) | 166.85º | 0.39% | 0.74% | - |
| XYZ | 32.5 | 42.59 | 45.54 | - |
| YUV | 164.35 | 132.32 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 172 | 0.39 | 0 | 0.09 | 0.26 | 166.85 | 0.35 | 0.59 |
| Hex | 73 | BC | AC | 27 | 0 | 9 | 1A | A7 | 23 | 3B |
| Octal | 163 | 274 | 254 | 47 | 0 | 11 | 32 | 247 | 43 | 73 |
| Binary | 1110011 | 10111100 | 10101100 | 100111 | 0 | 1001 | 11010 | 10100111 | 100011 | 111011 |
Color Harmonies of #73BCAC
Complementary color
Monochromatic Colors of #73BCAC
Black with #73BCAC
Text Example
Text Example
White with #73BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BCAC; }
p { color: rgb(115,188,172); }
H1.HeaderClassName
{
color: #73BCAC;
}
.AnyTagClassName
{
color: #73BCAC;
}
</style>
background-color css
<style>
a { background-color: #73BCAC; }
a { background-color: rgb(115,188,172); }
div.DivClassName
{
background-color: #73BCAC;
}
.BgClassName
{
background-color: #73BCAC;
}
</style>
border-color css
<style>
span { border-color: #73BCAC; }
span { border-color: rgb(115,188,172); }
td.TdClassName
{
border-color: #73BCAC;
}
.TagClassName
{
border-color: #73BCAC;
}
</style>