Shades of Gulf Stream #71BBAC
Tints of Gulf Stream #71BBAC
RGB
CMYK
RGB Variations
Color information
#71BBAC (or 0x71BBAC) is known color: Gulf Stream. HEX triplet: 71, BB and AC. RGB value is (113,187,172). Sum of RGB (Red+Green+Blue) = 113+187+172=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #71BBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BBAC is #8E4453. Grayscale: #A3A3A3. Windows color (decimal): -9323604 or 11320177. OLE color: 11320177.
HSL color Cylindrical-coordinate representation of color #71BBAC: hue angle of 167.84º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BBAC is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 187 | 172 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.27 |
| HSL | 167.84º | 0.35% | 0.59% | - |
| HSV(B) | 167.84º | 0.4% | 0.73% | - |
| XYZ | 32.03 | 42.03 | 45.45 | - |
| YUV | 163.16 | 132.98 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 187 | 172 | 0.40 | 0 | 0.08 | 0.27 | 167.84 | 0.35 | 0.59 |
| Hex | 71 | BB | AC | 28 | 0 | 8 | 1B | A8 | 23 | 3B |
| Octal | 161 | 273 | 254 | 50 | 0 | 10 | 33 | 250 | 43 | 73 |
| Binary | 1110001 | 10111011 | 10101100 | 101000 | 0 | 1000 | 11011 | 10101000 | 100011 | 111011 |
Color Harmonies of #71BBAC
Complementary color
Monochromatic Colors of #71BBAC
Black with #71BBAC
Text Example
Text Example
White with #71BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BBAC; }
p { color: rgb(113,187,172); }
H1.HeaderClassName
{
color: #71BBAC;
}
.AnyTagClassName
{
color: #71BBAC;
}
</style>
background-color css
<style>
a { background-color: #71BBAC; }
a { background-color: rgb(113,187,172); }
div.DivClassName
{
background-color: #71BBAC;
}
.BgClassName
{
background-color: #71BBAC;
}
</style>
border-color css
<style>
span { border-color: #71BBAC; }
span { border-color: rgb(113,187,172); }
td.TdClassName
{
border-color: #71BBAC;
}
.TagClassName
{
border-color: #71BBAC;
}
</style>