Shades of Gulf Stream #70BCAE
Tints of Gulf Stream #70BCAE
RGB
CMYK
RGB Variations
Color information
#70BCAE (or 0x70BCAE) is known color: Gulf Stream. HEX triplet: 70, BC and AE. RGB value is (112,188,174). Sum of RGB (Red+Green+Blue) = 112+188+174=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #70BCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BCAE is #8F4351. Grayscale: #A3A3A3. Windows color (decimal): -9388882 or 11451504. OLE color: 11451504.
HSL color Cylindrical-coordinate representation of color #70BCAE: hue angle of 168.95º 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 #70BCAE is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 174 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.26 |
| HSL | 168.95º | 0.36% | 0.59% | - |
| HSV(B) | 168.95º | 0.4% | 0.74% | - |
| XYZ | 32.31 | 42.47 | 46.54 | - |
| YUV | 163.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 174 | 0.40 | 0 | 0.07 | 0.26 | 168.95 | 0.36 | 0.59 |
| Hex | 70 | BC | AE | 28 | 0 | 7 | 1A | A9 | 24 | 3B |
| Octal | 160 | 274 | 256 | 50 | 0 | 7 | 32 | 251 | 44 | 73 |
| Binary | 1110000 | 10111100 | 10101110 | 101000 | 0 | 111 | 11010 | 10101001 | 100100 | 111011 |
Color Harmonies of #70BCAE
Complementary color
Monochromatic Colors of #70BCAE
Black with #70BCAE
Text Example
Text Example
White with #70BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCAE; }
p { color: rgb(112,188,174); }
H1.HeaderClassName
{
color: #70BCAE;
}
.AnyTagClassName
{
color: #70BCAE;
}
</style>
background-color css
<style>
a { background-color: #70BCAE; }
a { background-color: rgb(112,188,174); }
div.DivClassName
{
background-color: #70BCAE;
}
.BgClassName
{
background-color: #70BCAE;
}
</style>
border-color css
<style>
span { border-color: #70BCAE; }
span { border-color: rgb(112,188,174); }
td.TdClassName
{
border-color: #70BCAE;
}
.TagClassName
{
border-color: #70BCAE;
}
</style>