Shades of Gulf Stream #71BAB0
Tints of Gulf Stream #71BAB0
RGB
CMYK
RGB Variations
Color information
#71BAB0 (or 0x71BAB0) is known color: Gulf Stream. HEX triplet: 71, BA and B0. RGB value is (113,186,176). Sum of RGB (Red+Green+Blue) = 113+186+176=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #71BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BAB0 is #8E454F. Grayscale: #A3A3A3. Windows color (decimal): -9323856 or 11582065. OLE color: 11582065.
HSL color Cylindrical-coordinate representation of color #71BAB0: hue angle of 171.78º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71BAB0 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 186 | 176 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.27 |
| HSL | 171.78º | 0.35% | 0.59% | - |
| HSV(B) | 171.78º | 0.39% | 0.73% | - |
| XYZ | 32.21 | 41.76 | 47.44 | - |
| YUV | 163.03 | 135.32 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 186 | 176 | 0.39 | 0 | 0.05 | 0.27 | 171.78 | 0.35 | 0.59 |
| Hex | 71 | BA | B0 | 27 | 0 | 5 | 1B | AC | 23 | 3B |
| Octal | 161 | 272 | 260 | 47 | 0 | 5 | 33 | 254 | 43 | 73 |
| Binary | 1110001 | 10111010 | 10110000 | 100111 | 0 | 101 | 11011 | 10101100 | 100011 | 111011 |
Color Harmonies of #71BAB0
Complementary color
Monochromatic Colors of #71BAB0
Black with #71BAB0
Text Example
Text Example
White with #71BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BAB0; }
p { color: rgb(113,186,176); }
H1.HeaderClassName
{
color: #71BAB0;
}
.AnyTagClassName
{
color: #71BAB0;
}
</style>
background-color css
<style>
a { background-color: #71BAB0; }
a { background-color: rgb(113,186,176); }
div.DivClassName
{
background-color: #71BAB0;
}
.BgClassName
{
background-color: #71BAB0;
}
</style>
border-color css
<style>
span { border-color: #71BAB0; }
span { border-color: rgb(113,186,176); }
td.TdClassName
{
border-color: #71BAB0;
}
.TagClassName
{
border-color: #71BAB0;
}
</style>