Shades of Gulf Stream #71BCA2
Tints of Gulf Stream #71BCA2
RGB
CMYK
RGB Variations
Color information
#71BCA2 (or 0x71BCA2) is known color: Gulf Stream. HEX triplet: 71, BC and A2. RGB value is (113,188,162). Sum of RGB (Red+Green+Blue) = 113+188+162=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #71BCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71BCA2 is #8E435D. Grayscale: #A2A2A2. Windows color (decimal): -9323358 or 10665073. OLE color: 10665073.
HSL color Cylindrical-coordinate representation of color #71BCA2: hue angle of 159.2º 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 #71BCA2 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 162 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.26 |
| HSL | 159.2º | 0.36% | 0.59% | - |
| HSV(B) | 159.2º | 0.4% | 0.74% | - |
| XYZ | 31.31 | 42.09 | 40.66 | - |
| YUV | 162.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 162 | 0.40 | 0 | 0.14 | 0.26 | 159.2 | 0.36 | 0.59 |
| Hex | 71 | BC | A2 | 28 | 0 | E | 1A | 9F | 24 | 3B |
| Octal | 161 | 274 | 242 | 50 | 0 | 16 | 32 | 237 | 44 | 73 |
| Binary | 1110001 | 10111100 | 10100010 | 101000 | 0 | 1110 | 11010 | 10011111 | 100100 | 111011 |
Color Harmonies of #71BCA2
Complementary color
Monochromatic Colors of #71BCA2
Black with #71BCA2
Text Example
Text Example
White with #71BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BCA2; }
p { color: rgb(113,188,162); }
H1.HeaderClassName
{
color: #71BCA2;
}
.AnyTagClassName
{
color: #71BCA2;
}
</style>
background-color css
<style>
a { background-color: #71BCA2; }
a { background-color: rgb(113,188,162); }
div.DivClassName
{
background-color: #71BCA2;
}
.BgClassName
{
background-color: #71BCA2;
}
</style>
border-color css
<style>
span { border-color: #71BCA2; }
span { border-color: rgb(113,188,162); }
td.TdClassName
{
border-color: #71BCA2;
}
.TagClassName
{
border-color: #71BCA2;
}
</style>