Shades of Gulf Stream #70B5A6
Tints of Gulf Stream #70B5A6
RGB
CMYK
RGB Variations
Color information
#70B5A6 (or 0x70B5A6) is known color: Gulf Stream. HEX triplet: 70, B5 and A6. RGB value is (112,181,166). Sum of RGB (Red+Green+Blue) = 112+181+166=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #70B5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B5A6 is #8F4A59. Grayscale: #9E9E9E. Windows color (decimal): -9390682 or 10925424. OLE color: 10925424.
HSL color Cylindrical-coordinate representation of color #70B5A6: hue angle of 166.96º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B5A6 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 181 | 166 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.29 |
| HSL | 166.96º | 0.32% | 0.57% | - |
| HSV(B) | 166.96º | 0.38% | 0.71% | - |
| XYZ | 30.09 | 39.25 | 42.07 | - |
| YUV | 158.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 181 | 166 | 0.38 | 0 | 0.08 | 0.29 | 166.96 | 0.32 | 0.57 |
| Hex | 70 | B5 | A6 | 26 | 0 | 8 | 1D | A7 | 20 | 39 |
| Octal | 160 | 265 | 246 | 46 | 0 | 10 | 35 | 247 | 40 | 71 |
| Binary | 1110000 | 10110101 | 10100110 | 100110 | 0 | 1000 | 11101 | 10100111 | 100000 | 111001 |
Color Harmonies of #70B5A6
Complementary color
Monochromatic Colors of #70B5A6
Black with #70B5A6
Text Example
Text Example
White with #70B5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B5A6; }
p { color: rgb(112,181,166); }
H1.HeaderClassName
{
color: #70B5A6;
}
.AnyTagClassName
{
color: #70B5A6;
}
</style>
background-color css
<style>
a { background-color: #70B5A6; }
a { background-color: rgb(112,181,166); }
div.DivClassName
{
background-color: #70B5A6;
}
.BgClassName
{
background-color: #70B5A6;
}
</style>
border-color css
<style>
span { border-color: #70B5A6; }
span { border-color: rgb(112,181,166); }
td.TdClassName
{
border-color: #70B5A6;
}
.TagClassName
{
border-color: #70B5A6;
}
</style>