Shades of Gulf Stream #70BBAC
Tints of Gulf Stream #70BBAC
RGB
CMYK
RGB Variations
Color information
#70BBAC (or 0x70BBAC) is known color: Gulf Stream. HEX triplet: 70, BB and AC. RGB value is (112,187,172). Sum of RGB (Red+Green+Blue) = 112+187+172=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #70BBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BBAC is #8F4453. Grayscale: #A2A2A2. Windows color (decimal): -9389140 or 11320176. OLE color: 11320176.
HSL color Cylindrical-coordinate representation of color #70BBAC: hue angle of 168º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BBAC is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 187 | 172 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.27 |
| HSL | 168º | 0.36% | 0.59% | - |
| HSV(B) | 168º | 0.4% | 0.73% | - |
| XYZ | 31.9 | 41.96 | 45.45 | - |
| YUV | 162.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 172 | 0.40 | 0 | 0.08 | 0.27 | 168 | 0.36 | 0.59 |
| Hex | 70 | BB | AC | 28 | 0 | 8 | 1B | A8 | 24 | 3B |
| Octal | 160 | 273 | 254 | 50 | 0 | 10 | 33 | 250 | 44 | 73 |
| Binary | 1110000 | 10111011 | 10101100 | 101000 | 0 | 1000 | 11011 | 10101000 | 100100 | 111011 |
Color Harmonies of #70BBAC
Complementary color
Monochromatic Colors of #70BBAC
Black with #70BBAC
Text Example
Text Example
White with #70BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BBAC; }
p { color: rgb(112,187,172); }
H1.HeaderClassName
{
color: #70BBAC;
}
.AnyTagClassName
{
color: #70BBAC;
}
</style>
background-color css
<style>
a { background-color: #70BBAC; }
a { background-color: rgb(112,187,172); }
div.DivClassName
{
background-color: #70BBAC;
}
.BgClassName
{
background-color: #70BBAC;
}
</style>
border-color css
<style>
span { border-color: #70BBAC; }
span { border-color: rgb(112,187,172); }
td.TdClassName
{
border-color: #70BBAC;
}
.TagClassName
{
border-color: #70BBAC;
}
</style>