Shades of Gulf Stream #70BAAB
Tints of Gulf Stream #70BAAB
RGB
CMYK
RGB Variations
Color information
#70BAAB (or 0x70BAAB) is known color: Gulf Stream. HEX triplet: 70, BA and AB. RGB value is (112,186,171). Sum of RGB (Red+Green+Blue) = 112+186+171=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #70BAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BAAB is #8F4554. Grayscale: #A2A2A2. Windows color (decimal): -9389397 or 11254384. OLE color: 11254384.
HSL color Cylindrical-coordinate representation of color #70BAAB: hue angle of 167.84º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BAAB is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 171 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.27 |
| HSL | 167.84º | 0.35% | 0.58% | - |
| HSV(B) | 167.84º | 0.4% | 0.73% | - |
| XYZ | 31.59 | 41.5 | 44.87 | - |
| YUV | 162.16 | 132.98 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 171 | 0.40 | 0 | 0.08 | 0.27 | 167.84 | 0.35 | 0.58 |
| Hex | 70 | BA | AB | 28 | 0 | 8 | 1B | A8 | 23 | 3A |
| Octal | 160 | 272 | 253 | 50 | 0 | 10 | 33 | 250 | 43 | 72 |
| Binary | 1110000 | 10111010 | 10101011 | 101000 | 0 | 1000 | 11011 | 10101000 | 100011 | 111010 |
Color Harmonies of #70BAAB
Complementary color
Monochromatic Colors of #70BAAB
Black with #70BAAB
Text Example
Text Example
White with #70BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BAAB; }
p { color: rgb(112,186,171); }
H1.HeaderClassName
{
color: #70BAAB;
}
.AnyTagClassName
{
color: #70BAAB;
}
</style>
background-color css
<style>
a { background-color: #70BAAB; }
a { background-color: rgb(112,186,171); }
div.DivClassName
{
background-color: #70BAAB;
}
.BgClassName
{
background-color: #70BAAB;
}
</style>
border-color css
<style>
span { border-color: #70BAAB; }
span { border-color: rgb(112,186,171); }
td.TdClassName
{
border-color: #70BAAB;
}
.TagClassName
{
border-color: #70BAAB;
}
</style>