Shades of Gulf Stream #71BCA3
Tints of Gulf Stream #71BCA3
RGB
CMYK
RGB Variations
Color information
#71BCA3 (or 0x71BCA3) is known color: Gulf Stream. HEX triplet: 71, BC and A3. RGB value is (113,188,163). Sum of RGB (Red+Green+Blue) = 113+188+163=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #71BCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BCA3 is #8E435C. Grayscale: #A2A2A2. Windows color (decimal): -9323357 or 10730609. OLE color: 10730609.
HSL color Cylindrical-coordinate representation of color #71BCA3: hue angle of 160º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BCA3 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 163 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.26 |
| HSL | 160º | 0.36% | 0.59% | - |
| HSV(B) | 160º | 0.4% | 0.74% | - |
| XYZ | 31.4 | 42.12 | 41.13 | - |
| YUV | 162.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 163 | 0.40 | 0 | 0.13 | 0.26 | 160 | 0.36 | 0.59 |
| Hex | 71 | BC | A3 | 28 | 0 | D | 1A | A0 | 24 | 3B |
| Octal | 161 | 274 | 243 | 50 | 0 | 15 | 32 | 240 | 44 | 73 |
| Binary | 1110001 | 10111100 | 10100011 | 101000 | 0 | 1101 | 11010 | 10100000 | 100100 | 111011 |
Color Harmonies of #71BCA3
Complementary color
Monochromatic Colors of #71BCA3
Black with #71BCA3
Text Example
Text Example
White with #71BCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BCA3; }
p { color: rgb(113,188,163); }
H1.HeaderClassName
{
color: #71BCA3;
}
.AnyTagClassName
{
color: #71BCA3;
}
</style>
background-color css
<style>
a { background-color: #71BCA3; }
a { background-color: rgb(113,188,163); }
div.DivClassName
{
background-color: #71BCA3;
}
.BgClassName
{
background-color: #71BCA3;
}
</style>
border-color css
<style>
span { border-color: #71BCA3; }
span { border-color: rgb(113,188,163); }
td.TdClassName
{
border-color: #71BCA3;
}
.TagClassName
{
border-color: #71BCA3;
}
</style>