Shades of Gulf Stream #70B5A8
Tints of Gulf Stream #70B5A8
RGB
CMYK
RGB Variations
Color information
#70B5A8 (or 0x70B5A8) is known color: Gulf Stream. HEX triplet: 70, B5 and A8. RGB value is (112,181,168). Sum of RGB (Red+Green+Blue) = 112+181+168=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #70B5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B5A8 is #8F4A57. Grayscale: #9E9E9E. Windows color (decimal): -9390680 or 11056496. OLE color: 11056496.
HSL color Cylindrical-coordinate representation of color #70B5A8: hue angle of 168.7º 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 #70B5A8 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 181 | 168 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.29 |
| HSL | 168.7º | 0.32% | 0.57% | - |
| HSV(B) | 168.7º | 0.38% | 0.71% | - |
| XYZ | 30.27 | 39.32 | 43.04 | - |
| YUV | 158.89 | 133.14 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 181 | 168 | 0.38 | 0 | 0.07 | 0.29 | 168.7 | 0.32 | 0.57 |
| Hex | 70 | B5 | A8 | 26 | 0 | 7 | 1D | A9 | 20 | 39 |
| Octal | 160 | 265 | 250 | 46 | 0 | 7 | 35 | 251 | 40 | 71 |
| Binary | 1110000 | 10110101 | 10101000 | 100110 | 0 | 111 | 11101 | 10101001 | 100000 | 111001 |
Color Harmonies of #70B5A8
Complementary color
Monochromatic Colors of #70B5A8
Black with #70B5A8
Text Example
Text Example
White with #70B5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B5A8; }
p { color: rgb(112,181,168); }
H1.HeaderClassName
{
color: #70B5A8;
}
.AnyTagClassName
{
color: #70B5A8;
}
</style>
background-color css
<style>
a { background-color: #70B5A8; }
a { background-color: rgb(112,181,168); }
div.DivClassName
{
background-color: #70B5A8;
}
.BgClassName
{
background-color: #70B5A8;
}
</style>
border-color css
<style>
span { border-color: #70B5A8; }
span { border-color: rgb(112,181,168); }
td.TdClassName
{
border-color: #70B5A8;
}
.TagClassName
{
border-color: #70B5A8;
}
</style>