Shades of Gulf Stream #70B4A8
Tints of Gulf Stream #70B4A8
RGB
CMYK
RGB Variations
Color information
#70B4A8 (or 0x70B4A8) is known color: Gulf Stream. HEX triplet: 70, B4 and A8. RGB value is (112,180,168). Sum of RGB (Red+Green+Blue) = 112+180+168=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #70B4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B4A8 is #8F4B57. Grayscale: #9E9E9E. Windows color (decimal): -9390936 or 11056240. OLE color: 11056240.
HSL color Cylindrical-coordinate representation of color #70B4A8: hue angle of 169.41º degrees, saturation: 0.31, 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 #70B4A8 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 180 | 168 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.29 |
| HSL | 169.41º | 0.31% | 0.57% | - |
| HSV(B) | 169.41º | 0.38% | 0.71% | - |
| XYZ | 30.07 | 38.91 | 42.97 | - |
| YUV | 158.3 | 133.47 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 180 | 168 | 0.38 | 0 | 0.07 | 0.29 | 169.41 | 0.31 | 0.57 |
| Hex | 70 | B4 | A8 | 26 | 0 | 7 | 1D | A9 | 1F | 39 |
| Octal | 160 | 264 | 250 | 46 | 0 | 7 | 35 | 251 | 37 | 71 |
| Binary | 1110000 | 10110100 | 10101000 | 100110 | 0 | 111 | 11101 | 10101001 | 11111 | 111001 |
Color Harmonies of #70B4A8
Complementary color
Monochromatic Colors of #70B4A8
Black with #70B4A8
Text Example
Text Example
White with #70B4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B4A8; }
p { color: rgb(112,180,168); }
H1.HeaderClassName
{
color: #70B4A8;
}
.AnyTagClassName
{
color: #70B4A8;
}
</style>
background-color css
<style>
a { background-color: #70B4A8; }
a { background-color: rgb(112,180,168); }
div.DivClassName
{
background-color: #70B4A8;
}
.BgClassName
{
background-color: #70B4A8;
}
</style>
border-color css
<style>
span { border-color: #70B4A8; }
span { border-color: rgb(112,180,168); }
td.TdClassName
{
border-color: #70B4A8;
}
.TagClassName
{
border-color: #70B4A8;
}
</style>