Shades of Gulf Stream #70BBB6
Tints of Gulf Stream #70BBB6
RGB
CMYK
RGB Variations
Color information
#70BBB6 (or 0x70BBB6) is known color: Gulf Stream. HEX triplet: 70, BB and B6. RGB value is (112,187,182). Sum of RGB (Red+Green+Blue) = 112+187+182=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #70BBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BBB6 is #8F4449. Grayscale: #A3A3A3. Windows color (decimal): -9389130 or 11975536. OLE color: 11975536.
HSL color Cylindrical-coordinate representation of color #70BBB6: hue angle of 176º 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 #70BBB6 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 187 | 182 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.27 |
| HSL | 176º | 0.36% | 0.59% | - |
| HSV(B) | 176º | 0.4% | 0.73% | - |
| XYZ | 32.9 | 42.36 | 50.7 | - |
| YUV | 164.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 182 | 0.40 | 0 | 0.03 | 0.27 | 176 | 0.36 | 0.59 |
| Hex | 70 | BB | B6 | 28 | 0 | 3 | 1B | B0 | 24 | 3B |
| Octal | 160 | 273 | 266 | 50 | 0 | 3 | 33 | 260 | 44 | 73 |
| Binary | 1110000 | 10111011 | 10110110 | 101000 | 0 | 11 | 11011 | 10110000 | 100100 | 111011 |
Color Harmonies of #70BBB6
Complementary color
Monochromatic Colors of #70BBB6
Black with #70BBB6
Text Example
Text Example
White with #70BBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BBB6; }
p { color: rgb(112,187,182); }
H1.HeaderClassName
{
color: #70BBB6;
}
.AnyTagClassName
{
color: #70BBB6;
}
</style>
background-color css
<style>
a { background-color: #70BBB6; }
a { background-color: rgb(112,187,182); }
div.DivClassName
{
background-color: #70BBB6;
}
.BgClassName
{
background-color: #70BBB6;
}
</style>
border-color css
<style>
span { border-color: #70BBB6; }
span { border-color: rgb(112,187,182); }
td.TdClassName
{
border-color: #70BBB6;
}
.TagClassName
{
border-color: #70BBB6;
}
</style>