Shades of Gulf Stream #71BCAB
Tints of Gulf Stream #71BCAB
RGB
CMYK
RGB Variations
Color information
#71BCAB (or 0x71BCAB) is known color: Gulf Stream. HEX triplet: 71, BC and AB. RGB value is (113,188,171). Sum of RGB (Red+Green+Blue) = 113+188+171=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #71BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BCAB is #8E4354. Grayscale: #A3A3A3. Windows color (decimal): -9323349 or 11254897. OLE color: 11254897.
HSL color Cylindrical-coordinate representation of color #71BCAB: hue angle of 166.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BCAB is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 171 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.26 |
| HSL | 166.4º | 0.36% | 0.59% | - |
| HSV(B) | 166.4º | 0.4% | 0.74% | - |
| XYZ | 32.14 | 42.42 | 45.02 | - |
| YUV | 163.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 171 | 0.40 | 0 | 0.09 | 0.26 | 166.4 | 0.36 | 0.59 |
| Hex | 71 | BC | AB | 28 | 0 | 9 | 1A | A6 | 24 | 3B |
| Octal | 161 | 274 | 253 | 50 | 0 | 11 | 32 | 246 | 44 | 73 |
| Binary | 1110001 | 10111100 | 10101011 | 101000 | 0 | 1001 | 11010 | 10100110 | 100100 | 111011 |
Color Harmonies of #71BCAB
Complementary color
Monochromatic Colors of #71BCAB
Black with #71BCAB
Text Example
Text Example
White with #71BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BCAB; }
p { color: rgb(113,188,171); }
H1.HeaderClassName
{
color: #71BCAB;
}
.AnyTagClassName
{
color: #71BCAB;
}
</style>
background-color css
<style>
a { background-color: #71BCAB; }
a { background-color: rgb(113,188,171); }
div.DivClassName
{
background-color: #71BCAB;
}
.BgClassName
{
background-color: #71BCAB;
}
</style>
border-color css
<style>
span { border-color: #71BCAB; }
span { border-color: rgb(113,188,171); }
td.TdClassName
{
border-color: #71BCAB;
}
.TagClassName
{
border-color: #71BCAB;
}
</style>