Shades of Gulf Stream #71B6A8
Tints of Gulf Stream #71B6A8
RGB
CMYK
RGB Variations
Color information
#71B6A8 (or 0x71B6A8) is known color: Gulf Stream. HEX triplet: 71, B6 and A8. RGB value is (113,182,168). Sum of RGB (Red+Green+Blue) = 113+182+168=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #71B6A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B6A8 is #8E4957. Grayscale: #9F9F9F. Windows color (decimal): -9324888 or 11056753. OLE color: 11056753.
HSL color Cylindrical-coordinate representation of color #71B6A8: hue angle of 167.83º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B6A8 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 182 | 168 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.29 |
| HSL | 167.83º | 0.32% | 0.58% | - |
| HSV(B) | 167.83º | 0.38% | 0.71% | - |
| XYZ | 30.61 | 39.79 | 43.11 | - |
| YUV | 159.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 182 | 168 | 0.38 | 0 | 0.08 | 0.29 | 167.83 | 0.32 | 0.58 |
| Hex | 71 | B6 | A8 | 26 | 0 | 8 | 1D | A8 | 20 | 3A |
| Octal | 161 | 266 | 250 | 46 | 0 | 10 | 35 | 250 | 40 | 72 |
| Binary | 1110001 | 10110110 | 10101000 | 100110 | 0 | 1000 | 11101 | 10101000 | 100000 | 111010 |
Color Harmonies of #71B6A8
Complementary color
Monochromatic Colors of #71B6A8
Black with #71B6A8
Text Example
Text Example
White with #71B6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B6A8; }
p { color: rgb(113,182,168); }
H1.HeaderClassName
{
color: #71B6A8;
}
.AnyTagClassName
{
color: #71B6A8;
}
</style>
background-color css
<style>
a { background-color: #71B6A8; }
a { background-color: rgb(113,182,168); }
div.DivClassName
{
background-color: #71B6A8;
}
.BgClassName
{
background-color: #71B6A8;
}
</style>
border-color css
<style>
span { border-color: #71B6A8; }
span { border-color: rgb(113,182,168); }
td.TdClassName
{
border-color: #71B6A8;
}
.TagClassName
{
border-color: #71B6A8;
}
</style>