Shades of Gulf Stream #70BBA3
Tints of Gulf Stream #70BBA3
RGB
CMYK
RGB Variations
Color information
#70BBA3 (or 0x70BBA3) is known color: Gulf Stream. HEX triplet: 70, BB and A3. RGB value is (112,187,163). Sum of RGB (Red+Green+Blue) = 112+187+163=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #70BBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BBA3 is #8F445C. Grayscale: #A1A1A1. Windows color (decimal): -9389149 or 10730352. OLE color: 10730352.
HSL color Cylindrical-coordinate representation of color #70BBA3: hue angle of 160.8º 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 #70BBA3 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 187 | 163 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.27 |
| HSL | 160.8º | 0.36% | 0.59% | - |
| HSV(B) | 160.8º | 0.4% | 0.73% | - |
| XYZ | 31.06 | 41.63 | 41.05 | - |
| YUV | 161.84 | 128.65 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 163 | 0.40 | 0 | 0.13 | 0.27 | 160.8 | 0.36 | 0.59 |
| Hex | 70 | BB | A3 | 28 | 0 | D | 1B | A1 | 24 | 3B |
| Octal | 160 | 273 | 243 | 50 | 0 | 15 | 33 | 241 | 44 | 73 |
| Binary | 1110000 | 10111011 | 10100011 | 101000 | 0 | 1101 | 11011 | 10100001 | 100100 | 111011 |
Color Harmonies of #70BBA3
Complementary color
Monochromatic Colors of #70BBA3
Black with #70BBA3
Text Example
Text Example
White with #70BBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BBA3; }
p { color: rgb(112,187,163); }
H1.HeaderClassName
{
color: #70BBA3;
}
.AnyTagClassName
{
color: #70BBA3;
}
</style>
background-color css
<style>
a { background-color: #70BBA3; }
a { background-color: rgb(112,187,163); }
div.DivClassName
{
background-color: #70BBA3;
}
.BgClassName
{
background-color: #70BBA3;
}
</style>
border-color css
<style>
span { border-color: #70BBA3; }
span { border-color: rgb(112,187,163); }
td.TdClassName
{
border-color: #70BBA3;
}
.TagClassName
{
border-color: #70BBA3;
}
</style>