Shades of Gulf Stream #71B3A4
Tints of Gulf Stream #71B3A4
RGB
CMYK
RGB Variations
Color information
#71B3A4 (or 0x71B3A4) is known color: Gulf Stream. HEX triplet: 71, B3 and A4. RGB value is (113,179,164). Sum of RGB (Red+Green+Blue) = 113+179+164=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 179 - color contains mainly: green. Hex color #71B3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B3A4 is #8E4C5B. Grayscale: #9D9D9D. Windows color (decimal): -9325660 or 10793841. OLE color: 10793841.
HSL color Cylindrical-coordinate representation of color #71B3A4: hue angle of 166.36º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B3A4 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 179 | 164 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.30 |
| HSL | 166.36º | 0.3% | 0.57% | - |
| HSV(B) | 166.36º | 0.37% | 0.7% | - |
| XYZ | 29.63 | 38.43 | 40.98 | - |
| YUV | 157.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 179 | 164 | 0.37 | 0 | 0.08 | 0.30 | 166.36 | 0.3 | 0.57 |
| Hex | 71 | B3 | A4 | 25 | 0 | 8 | 1E | A6 | 1E | 39 |
| Octal | 161 | 263 | 244 | 45 | 0 | 10 | 36 | 246 | 36 | 71 |
| Binary | 1110001 | 10110011 | 10100100 | 100101 | 0 | 1000 | 11110 | 10100110 | 11110 | 111001 |
Color Harmonies of #71B3A4
Complementary color
Monochromatic Colors of #71B3A4
Black with #71B3A4
Text Example
Text Example
White with #71B3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B3A4; }
p { color: rgb(113,179,164); }
H1.HeaderClassName
{
color: #71B3A4;
}
.AnyTagClassName
{
color: #71B3A4;
}
</style>
background-color css
<style>
a { background-color: #71B3A4; }
a { background-color: rgb(113,179,164); }
div.DivClassName
{
background-color: #71B3A4;
}
.BgClassName
{
background-color: #71B3A4;
}
</style>
border-color css
<style>
span { border-color: #71B3A4; }
span { border-color: rgb(113,179,164); }
td.TdClassName
{
border-color: #71B3A4;
}
.TagClassName
{
border-color: #71B3A4;
}
</style>