Shades of Gulf Stream #70B7A9
Tints of Gulf Stream #70B7A9
RGB
CMYK
RGB Variations
Color information
#70B7A9 (or 0x70B7A9) is known color: Gulf Stream. HEX triplet: 70, B7 and A9. RGB value is (112,183,169). Sum of RGB (Red+Green+Blue) = 112+183+169=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 183 - color contains mainly: green. Hex color #70B7A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B7A9 is #8F4856. Grayscale: #A0A0A0. Windows color (decimal): -9390167 or 11122544. OLE color: 11122544.
HSL color Cylindrical-coordinate representation of color #70B7A9: hue angle of 168.17º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B7A9 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 169 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.28 |
| HSL | 168.17º | 0.33% | 0.58% | - |
| HSV(B) | 168.17º | 0.39% | 0.72% | - |
| XYZ | 30.78 | 40.18 | 43.67 | - |
| YUV | 160.18 | 132.98 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 169 | 0.39 | 0 | 0.08 | 0.28 | 168.17 | 0.33 | 0.58 |
| Hex | 70 | B7 | A9 | 27 | 0 | 8 | 1C | A8 | 21 | 3A |
| Octal | 160 | 267 | 251 | 47 | 0 | 10 | 34 | 250 | 41 | 72 |
| Binary | 1110000 | 10110111 | 10101001 | 100111 | 0 | 1000 | 11100 | 10101000 | 100001 | 111010 |
Color Harmonies of #70B7A9
Complementary color
Monochromatic Colors of #70B7A9
Black with #70B7A9
Text Example
Text Example
White with #70B7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B7A9; }
p { color: rgb(112,183,169); }
H1.HeaderClassName
{
color: #70B7A9;
}
.AnyTagClassName
{
color: #70B7A9;
}
</style>
background-color css
<style>
a { background-color: #70B7A9; }
a { background-color: rgb(112,183,169); }
div.DivClassName
{
background-color: #70B7A9;
}
.BgClassName
{
background-color: #70B7A9;
}
</style>
border-color css
<style>
span { border-color: #70B7A9; }
span { border-color: rgb(112,183,169); }
td.TdClassName
{
border-color: #70B7A9;
}
.TagClassName
{
border-color: #70B7A9;
}
</style>