Shades of Gulf Stream #71AB9D
Tints of Gulf Stream #71AB9D
RGB
CMYK
RGB Variations
Color information
#71AB9D (or 0x71AB9D) is known color: Gulf Stream. HEX triplet: 71, AB and 9D. RGB value is (113,171,157). Sum of RGB (Red+Green+Blue) = 113+171+157=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AB9D is #8E5462. Grayscale: #989898. Windows color (decimal): -9327715 or 10333041. OLE color: 10333041.
HSL color Cylindrical-coordinate representation of color #71AB9D: hue angle of 165.52º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71AB9D is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 171 | 157 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.33 |
| HSL | 165.52º | 0.26% | 0.56% | - |
| HSV(B) | 165.52º | 0.34% | 0.67% | - |
| XYZ | 27.46 | 35.07 | 37.22 | - |
| YUV | 152.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 171 | 157 | 0.34 | 0 | 0.08 | 0.33 | 165.52 | 0.26 | 0.56 |
| Hex | 71 | AB | 9D | 22 | 0 | 8 | 21 | A6 | 1A | 38 |
| Octal | 161 | 253 | 235 | 42 | 0 | 10 | 41 | 246 | 32 | 70 |
| Binary | 1110001 | 10101011 | 10011101 | 100010 | 0 | 1000 | 100001 | 10100110 | 11010 | 111000 |
Color Harmonies of #71AB9D
Complementary color
Monochromatic Colors of #71AB9D
Black with #71AB9D
Text Example
Text Example
White with #71AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AB9D; }
p { color: rgb(113,171,157); }
H1.HeaderClassName
{
color: #71AB9D;
}
.AnyTagClassName
{
color: #71AB9D;
}
</style>
background-color css
<style>
a { background-color: #71AB9D; }
a { background-color: rgb(113,171,157); }
div.DivClassName
{
background-color: #71AB9D;
}
.BgClassName
{
background-color: #71AB9D;
}
</style>
border-color css
<style>
span { border-color: #71AB9D; }
span { border-color: rgb(113,171,157); }
td.TdClassName
{
border-color: #71AB9D;
}
.TagClassName
{
border-color: #71AB9D;
}
</style>