Shades of Gulf Stream #71BCAC
Tints of Gulf Stream #71BCAC
RGB
CMYK
RGB Variations
Color information
#71BCAC (or 0x71BCAC) is known color: Gulf Stream. HEX triplet: 71, BC and AC. RGB value is (113,188,172). Sum of RGB (Red+Green+Blue) = 113+188+172=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #71BCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BCAC is #8E4353. Grayscale: #A3A3A3. Windows color (decimal): -9323348 or 11320433. OLE color: 11320433.
HSL color Cylindrical-coordinate representation of color #71BCAC: hue angle of 167.2º 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 #71BCAC is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 172 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.26 |
| HSL | 167.2º | 0.36% | 0.59% | - |
| HSV(B) | 167.2º | 0.4% | 0.74% | - |
| XYZ | 32.24 | 42.46 | 45.53 | - |
| YUV | 163.75 | 132.65 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 172 | 0.40 | 0 | 0.09 | 0.26 | 167.2 | 0.36 | 0.59 |
| Hex | 71 | BC | AC | 28 | 0 | 9 | 1A | A7 | 24 | 3B |
| Octal | 161 | 274 | 254 | 50 | 0 | 11 | 32 | 247 | 44 | 73 |
| Binary | 1110001 | 10111100 | 10101100 | 101000 | 0 | 1001 | 11010 | 10100111 | 100100 | 111011 |
Color Harmonies of #71BCAC
Complementary color
Monochromatic Colors of #71BCAC
Black with #71BCAC
Text Example
Text Example
White with #71BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BCAC; }
p { color: rgb(113,188,172); }
H1.HeaderClassName
{
color: #71BCAC;
}
.AnyTagClassName
{
color: #71BCAC;
}
</style>
background-color css
<style>
a { background-color: #71BCAC; }
a { background-color: rgb(113,188,172); }
div.DivClassName
{
background-color: #71BCAC;
}
.BgClassName
{
background-color: #71BCAC;
}
</style>
border-color css
<style>
span { border-color: #71BCAC; }
span { border-color: rgb(113,188,172); }
td.TdClassName
{
border-color: #71BCAC;
}
.TagClassName
{
border-color: #71BCAC;
}
</style>