Shades of Gulf Stream #70BEA9
Tints of Gulf Stream #70BEA9
RGB
CMYK
RGB Variations
Color information
#70BEA9 (or 0x70BEA9) is known color: Gulf Stream. HEX triplet: 70, BE and A9. RGB value is (112,190,169). Sum of RGB (Red+Green+Blue) = 112+190+169=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #70BEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BEA9 is #8F4156. Grayscale: #A4A4A4. Windows color (decimal): -9388375 or 11124336. OLE color: 11124336.
HSL color Cylindrical-coordinate representation of color #70BEA9: hue angle of 163.85º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BEA9 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 190 | 169 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.25 |
| HSL | 163.85º | 0.38% | 0.59% | - |
| HSV(B) | 163.85º | 0.41% | 0.75% | - |
| XYZ | 32.26 | 43.14 | 44.16 | - |
| YUV | 164.28 | 130.66 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 169 | 0.41 | 0 | 0.11 | 0.25 | 163.85 | 0.38 | 0.59 |
| Hex | 70 | BE | A9 | 29 | 0 | B | 19 | A4 | 26 | 3B |
| Octal | 160 | 276 | 251 | 51 | 0 | 13 | 31 | 244 | 46 | 73 |
| Binary | 1110000 | 10111110 | 10101001 | 101001 | 0 | 1011 | 11001 | 10100100 | 100110 | 111011 |
Color Harmonies of #70BEA9
Complementary color
Monochromatic Colors of #70BEA9
Black with #70BEA9
Text Example
Text Example
White with #70BEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BEA9; }
p { color: rgb(112,190,169); }
H1.HeaderClassName
{
color: #70BEA9;
}
.AnyTagClassName
{
color: #70BEA9;
}
</style>
background-color css
<style>
a { background-color: #70BEA9; }
a { background-color: rgb(112,190,169); }
div.DivClassName
{
background-color: #70BEA9;
}
.BgClassName
{
background-color: #70BEA9;
}
</style>
border-color css
<style>
span { border-color: #70BEA9; }
span { border-color: rgb(112,190,169); }
td.TdClassName
{
border-color: #70BEA9;
}
.TagClassName
{
border-color: #70BEA9;
}
</style>