Shades of Gulf Stream #70BBA2
Tints of Gulf Stream #70BBA2
RGB
CMYK
RGB Variations
Color information
#70BBA2 (or 0x70BBA2) is known color: Gulf Stream. HEX triplet: 70, BB and A2. RGB value is (112,187,162). Sum of RGB (Red+Green+Blue) = 112+187+162=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #70BBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BBA2 is #8F445D. Grayscale: #A1A1A1. Windows color (decimal): -9389150 or 10664816. OLE color: 10664816.
HSL color Cylindrical-coordinate representation of color #70BBA2: hue angle of 160º 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 #70BBA2 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 187 | 162 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.27 |
| HSL | 160º | 0.36% | 0.59% | - |
| HSV(B) | 160º | 0.4% | 0.73% | - |
| XYZ | 30.97 | 41.59 | 40.58 | - |
| YUV | 161.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 162 | 0.40 | 0 | 0.13 | 0.27 | 160 | 0.36 | 0.59 |
| Hex | 70 | BB | A2 | 28 | 0 | D | 1B | A0 | 24 | 3B |
| Octal | 160 | 273 | 242 | 50 | 0 | 15 | 33 | 240 | 44 | 73 |
| Binary | 1110000 | 10111011 | 10100010 | 101000 | 0 | 1101 | 11011 | 10100000 | 100100 | 111011 |
Color Harmonies of #70BBA2
Complementary color
Monochromatic Colors of #70BBA2
Black with #70BBA2
Text Example
Text Example
White with #70BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BBA2; }
p { color: rgb(112,187,162); }
H1.HeaderClassName
{
color: #70BBA2;
}
.AnyTagClassName
{
color: #70BBA2;
}
</style>
background-color css
<style>
a { background-color: #70BBA2; }
a { background-color: rgb(112,187,162); }
div.DivClassName
{
background-color: #70BBA2;
}
.BgClassName
{
background-color: #70BBA2;
}
</style>
border-color css
<style>
span { border-color: #70BBA2; }
span { border-color: rgb(112,187,162); }
td.TdClassName
{
border-color: #70BBA2;
}
.TagClassName
{
border-color: #70BBA2;
}
</style>