Shades of Gulf Stream #71BDAB
Tints of Gulf Stream #71BDAB
RGB
CMYK
RGB Variations
Color information
#71BDAB (or 0x71BDAB) is known color: Gulf Stream. HEX triplet: 71, BD and AB. RGB value is (113,189,171). Sum of RGB (Red+Green+Blue) = 113+189+171=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #71BDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BDAB is #8E4254. Grayscale: #A4A4A4. Windows color (decimal): -9323093 or 11255153. OLE color: 11255153.
HSL color Cylindrical-coordinate representation of color #71BDAB: hue angle of 165.79º degrees, saturation: 0.37, 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 #71BDAB is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 171 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.26 |
| HSL | 165.79º | 0.37% | 0.59% | - |
| HSV(B) | 165.79º | 0.4% | 0.74% | - |
| XYZ | 32.36 | 42.85 | 45.09 | - |
| YUV | 164.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 171 | 0.40 | 0 | 0.10 | 0.26 | 165.79 | 0.37 | 0.59 |
| Hex | 71 | BD | AB | 28 | 0 | A | 1A | A6 | 25 | 3B |
| Octal | 161 | 275 | 253 | 50 | 0 | 12 | 32 | 246 | 45 | 73 |
| Binary | 1110001 | 10111101 | 10101011 | 101000 | 0 | 1010 | 11010 | 10100110 | 100101 | 111011 |
Color Harmonies of #71BDAB
Complementary color
Monochromatic Colors of #71BDAB
Black with #71BDAB
Text Example
Text Example
White with #71BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BDAB; }
p { color: rgb(113,189,171); }
H1.HeaderClassName
{
color: #71BDAB;
}
.AnyTagClassName
{
color: #71BDAB;
}
</style>
background-color css
<style>
a { background-color: #71BDAB; }
a { background-color: rgb(113,189,171); }
div.DivClassName
{
background-color: #71BDAB;
}
.BgClassName
{
background-color: #71BDAB;
}
</style>
border-color css
<style>
span { border-color: #71BDAB; }
span { border-color: rgb(113,189,171); }
td.TdClassName
{
border-color: #71BDAB;
}
.TagClassName
{
border-color: #71BDAB;
}
</style>