Shades of Gulf Stream #71ADA0
Tints of Gulf Stream #71ADA0
RGB
CMYK
RGB Variations
Color information
#71ADA0 (or 0x71ADA0) is known color: Gulf Stream. HEX triplet: 71, AD and A0. RGB value is (113,173,160). Sum of RGB (Red+Green+Blue) = 113+173+160=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #71ADA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71ADA0 is #8E525F. Grayscale: #999999. Windows color (decimal): -9327200 or 10530161. OLE color: 10530161.
HSL color Cylindrical-coordinate representation of color #71ADA0: hue angle of 167º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71ADA0 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 173 | 160 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.32 |
| HSL | 167º | 0.27% | 0.56% | - |
| HSV(B) | 167º | 0.35% | 0.68% | - |
| XYZ | 28.1 | 35.94 | 38.71 | - |
| YUV | 153.58 | 131.62 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 173 | 160 | 0.35 | 0 | 0.08 | 0.32 | 167 | 0.27 | 0.56 |
| Hex | 71 | AD | A0 | 23 | 0 | 8 | 20 | A7 | 1B | 38 |
| Octal | 161 | 255 | 240 | 43 | 0 | 10 | 40 | 247 | 33 | 70 |
| Binary | 1110001 | 10101101 | 10100000 | 100011 | 0 | 1000 | 100000 | 10100111 | 11011 | 111000 |
Color Harmonies of #71ADA0
Complementary color
Monochromatic Colors of #71ADA0
Black with #71ADA0
Text Example
Text Example
White with #71ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ADA0; }
p { color: rgb(113,173,160); }
H1.HeaderClassName
{
color: #71ADA0;
}
.AnyTagClassName
{
color: #71ADA0;
}
</style>
background-color css
<style>
a { background-color: #71ADA0; }
a { background-color: rgb(113,173,160); }
div.DivClassName
{
background-color: #71ADA0;
}
.BgClassName
{
background-color: #71ADA0;
}
</style>
border-color css
<style>
span { border-color: #71ADA0; }
span { border-color: rgb(113,173,160); }
td.TdClassName
{
border-color: #71ADA0;
}
.TagClassName
{
border-color: #71ADA0;
}
</style>