Shades of Gulf Stream #71B9AD
Tints of Gulf Stream #71B9AD
RGB
CMYK
RGB Variations
Color information
#71B9AD (or 0x71B9AD) is known color: Gulf Stream. HEX triplet: 71, B9 and AD. RGB value is (113,185,173). Sum of RGB (Red+Green+Blue) = 113+185+173=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #71B9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B9AD is #8E4652. Grayscale: #A2A2A2. Windows color (decimal): -9324115 or 11385201. OLE color: 11385201.
HSL color Cylindrical-coordinate representation of color #71B9AD: hue angle of 170º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B9AD is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 185 | 173 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.27 |
| HSL | 170º | 0.34% | 0.58% | - |
| HSV(B) | 170º | 0.39% | 0.73% | - |
| XYZ | 31.7 | 41.23 | 45.82 | - |
| YUV | 162.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 185 | 173 | 0.39 | 0 | 0.06 | 0.27 | 170 | 0.34 | 0.58 |
| Hex | 71 | B9 | AD | 27 | 0 | 6 | 1B | AA | 22 | 3A |
| Octal | 161 | 271 | 255 | 47 | 0 | 6 | 33 | 252 | 42 | 72 |
| Binary | 1110001 | 10111001 | 10101101 | 100111 | 0 | 110 | 11011 | 10101010 | 100010 | 111010 |
Color Harmonies of #71B9AD
Complementary color
Monochromatic Colors of #71B9AD
Black with #71B9AD
Text Example
Text Example
White with #71B9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B9AD; }
p { color: rgb(113,185,173); }
H1.HeaderClassName
{
color: #71B9AD;
}
.AnyTagClassName
{
color: #71B9AD;
}
</style>
background-color css
<style>
a { background-color: #71B9AD; }
a { background-color: rgb(113,185,173); }
div.DivClassName
{
background-color: #71B9AD;
}
.BgClassName
{
background-color: #71B9AD;
}
</style>
border-color css
<style>
span { border-color: #71B9AD; }
span { border-color: rgb(113,185,173); }
td.TdClassName
{
border-color: #71B9AD;
}
.TagClassName
{
border-color: #71B9AD;
}
</style>