Shades of Gulf Stream #71B7A5
Tints of Gulf Stream #71B7A5
RGB
CMYK
RGB Variations
Color information
#71B7A5 (or 0x71B7A5) is known color: Gulf Stream. HEX triplet: 71, B7 and A5. RGB value is (113,183,165). Sum of RGB (Red+Green+Blue) = 113+183+165=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 183 - color contains mainly: green. Hex color #71B7A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B7A5 is #8E485A. Grayscale: #A0A0A0. Windows color (decimal): -9324635 or 10860401. OLE color: 10860401.
HSL color Cylindrical-coordinate representation of color #71B7A5: hue angle of 164.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B7A5 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 183 | 165 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.28 |
| HSL | 164.57º | 0.33% | 0.58% | - |
| HSV(B) | 164.57º | 0.38% | 0.72% | - |
| XYZ | 30.54 | 40.09 | 41.73 | - |
| YUV | 160.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 183 | 165 | 0.38 | 0 | 0.10 | 0.28 | 164.57 | 0.33 | 0.58 |
| Hex | 71 | B7 | A5 | 26 | 0 | A | 1C | A5 | 21 | 3A |
| Octal | 161 | 267 | 245 | 46 | 0 | 12 | 34 | 245 | 41 | 72 |
| Binary | 1110001 | 10110111 | 10100101 | 100110 | 0 | 1010 | 11100 | 10100101 | 100001 | 111010 |
Color Harmonies of #71B7A5
Complementary color
Monochromatic Colors of #71B7A5
Black with #71B7A5
Text Example
Text Example
White with #71B7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B7A5; }
p { color: rgb(113,183,165); }
H1.HeaderClassName
{
color: #71B7A5;
}
.AnyTagClassName
{
color: #71B7A5;
}
</style>
background-color css
<style>
a { background-color: #71B7A5; }
a { background-color: rgb(113,183,165); }
div.DivClassName
{
background-color: #71B7A5;
}
.BgClassName
{
background-color: #71B7A5;
}
</style>
border-color css
<style>
span { border-color: #71B7A5; }
span { border-color: rgb(113,183,165); }
td.TdClassName
{
border-color: #71B7A5;
}
.TagClassName
{
border-color: #71B7A5;
}
</style>