Shades of Gulf Stream #71BCAE
Tints of Gulf Stream #71BCAE
RGB
CMYK
RGB Variations
Color information
#71BCAE (or 0x71BCAE) is known color: Gulf Stream. HEX triplet: 71, BC and AE. RGB value is (113,188,174). Sum of RGB (Red+Green+Blue) = 113+188+174=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #71BCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BCAE is #8E4351. Grayscale: #A3A3A3. Windows color (decimal): -9323346 or 11451505. OLE color: 11451505.
HSL color Cylindrical-coordinate representation of color #71BCAE: hue angle of 168.8º 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 #71BCAE is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 174 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.26 |
| HSL | 168.8º | 0.36% | 0.59% | - |
| HSV(B) | 168.8º | 0.4% | 0.74% | - |
| XYZ | 32.43 | 42.53 | 46.54 | - |
| YUV | 163.98 | 133.65 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 174 | 0.40 | 0 | 0.07 | 0.26 | 168.8 | 0.36 | 0.59 |
| Hex | 71 | BC | AE | 28 | 0 | 7 | 1A | A9 | 24 | 3B |
| Octal | 161 | 274 | 256 | 50 | 0 | 7 | 32 | 251 | 44 | 73 |
| Binary | 1110001 | 10111100 | 10101110 | 101000 | 0 | 111 | 11010 | 10101001 | 100100 | 111011 |
Color Harmonies of #71BCAE
Complementary color
Monochromatic Colors of #71BCAE
Black with #71BCAE
Text Example
Text Example
White with #71BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BCAE; }
p { color: rgb(113,188,174); }
H1.HeaderClassName
{
color: #71BCAE;
}
.AnyTagClassName
{
color: #71BCAE;
}
</style>
background-color css
<style>
a { background-color: #71BCAE; }
a { background-color: rgb(113,188,174); }
div.DivClassName
{
background-color: #71BCAE;
}
.BgClassName
{
background-color: #71BCAE;
}
</style>
border-color css
<style>
span { border-color: #71BCAE; }
span { border-color: rgb(113,188,174); }
td.TdClassName
{
border-color: #71BCAE;
}
.TagClassName
{
border-color: #71BCAE;
}
</style>