Shades of Gulf Stream #70BAB2
Tints of Gulf Stream #70BAB2
RGB
CMYK
RGB Variations
Color information
#70BAB2 (or 0x70BAB2) is known color: Gulf Stream. HEX triplet: 70, BA and B2. RGB value is (112,186,178). Sum of RGB (Red+Green+Blue) = 112+186+178=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #70BAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BAB2 is #8F454D. Grayscale: #A2A2A2. Windows color (decimal): -9389390 or 11713136. OLE color: 11713136.
HSL color Cylindrical-coordinate representation of color #70BAB2: hue angle of 173.51º 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 #70BAB2 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 178 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.27 |
| HSL | 173.51º | 0.35% | 0.58% | - |
| HSV(B) | 173.51º | 0.4% | 0.73% | - |
| XYZ | 32.28 | 41.78 | 48.48 | - |
| YUV | 162.96 | 136.48 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 178 | 0.40 | 0 | 0.04 | 0.27 | 173.51 | 0.35 | 0.58 |
| Hex | 70 | BA | B2 | 28 | 0 | 4 | 1B | AE | 23 | 3A |
| Octal | 160 | 272 | 262 | 50 | 0 | 4 | 33 | 256 | 43 | 72 |
| Binary | 1110000 | 10111010 | 10110010 | 101000 | 0 | 100 | 11011 | 10101110 | 100011 | 111010 |
Color Harmonies of #70BAB2
Complementary color
Monochromatic Colors of #70BAB2
Black with #70BAB2
Text Example
Text Example
White with #70BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BAB2; }
p { color: rgb(112,186,178); }
H1.HeaderClassName
{
color: #70BAB2;
}
.AnyTagClassName
{
color: #70BAB2;
}
</style>
background-color css
<style>
a { background-color: #70BAB2; }
a { background-color: rgb(112,186,178); }
div.DivClassName
{
background-color: #70BAB2;
}
.BgClassName
{
background-color: #70BAB2;
}
</style>
border-color css
<style>
span { border-color: #70BAB2; }
span { border-color: rgb(112,186,178); }
td.TdClassName
{
border-color: #70BAB2;
}
.TagClassName
{
border-color: #70BAB2;
}
</style>