Shades of Gulf Stream #70BCA8
Tints of Gulf Stream #70BCA8
RGB
CMYK
RGB Variations
Color information
#70BCA8 (or 0x70BCA8) is known color: Gulf Stream. HEX triplet: 70, BC and A8. RGB value is (112,188,168). Sum of RGB (Red+Green+Blue) = 112+188+168=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BCA8 is #8F4357. Grayscale: #A2A2A2. Windows color (decimal): -9388888 or 11058288. OLE color: 11058288.
HSL color Cylindrical-coordinate representation of color #70BCA8: hue angle of 164.21º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BCA8 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 168 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.26 |
| HSL | 164.21º | 0.36% | 0.59% | - |
| HSV(B) | 164.21º | 0.4% | 0.74% | - |
| XYZ | 31.73 | 42.24 | 43.53 | - |
| YUV | 163 | 130.82 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 168 | 0.40 | 0 | 0.11 | 0.26 | 164.21 | 0.36 | 0.59 |
| Hex | 70 | BC | A8 | 28 | 0 | B | 1A | A4 | 24 | 3B |
| Octal | 160 | 274 | 250 | 50 | 0 | 13 | 32 | 244 | 44 | 73 |
| Binary | 1110000 | 10111100 | 10101000 | 101000 | 0 | 1011 | 11010 | 10100100 | 100100 | 111011 |
Color Harmonies of #70BCA8
Complementary color
Monochromatic Colors of #70BCA8
Black with #70BCA8
Text Example
Text Example
White with #70BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCA8; }
p { color: rgb(112,188,168); }
H1.HeaderClassName
{
color: #70BCA8;
}
.AnyTagClassName
{
color: #70BCA8;
}
</style>
background-color css
<style>
a { background-color: #70BCA8; }
a { background-color: rgb(112,188,168); }
div.DivClassName
{
background-color: #70BCA8;
}
.BgClassName
{
background-color: #70BCA8;
}
</style>
border-color css
<style>
span { border-color: #70BCA8; }
span { border-color: rgb(112,188,168); }
td.TdClassName
{
border-color: #70BCA8;
}
.TagClassName
{
border-color: #70BCA8;
}
</style>