Shades of Gulf Stream #70BDAA
Tints of Gulf Stream #70BDAA
RGB
CMYK
RGB Variations
Color information
#70BDAA (or 0x70BDAA) is known color: Gulf Stream. HEX triplet: 70, BD and AA. RGB value is (112,189,170). Sum of RGB (Red+Green+Blue) = 112+189+170=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #70BDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BDAA is #8F4255. Grayscale: #A3A3A3. Windows color (decimal): -9388630 or 11189616. OLE color: 11189616.
HSL color Cylindrical-coordinate representation of color #70BDAA: hue angle of 165.19º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BDAA is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 189 | 170 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.26 |
| HSL | 165.19º | 0.37% | 0.59% | - |
| HSV(B) | 165.19º | 0.41% | 0.74% | - |
| XYZ | 32.14 | 42.74 | 44.59 | - |
| YUV | 163.81 | 131.49 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 170 | 0.41 | 0 | 0.10 | 0.26 | 165.19 | 0.37 | 0.59 |
| Hex | 70 | BD | AA | 29 | 0 | A | 1A | A5 | 25 | 3B |
| Octal | 160 | 275 | 252 | 51 | 0 | 12 | 32 | 245 | 45 | 73 |
| Binary | 1110000 | 10111101 | 10101010 | 101001 | 0 | 1010 | 11010 | 10100101 | 100101 | 111011 |
Color Harmonies of #70BDAA
Complementary color
Monochromatic Colors of #70BDAA
Black with #70BDAA
Text Example
Text Example
White with #70BDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BDAA; }
p { color: rgb(112,189,170); }
H1.HeaderClassName
{
color: #70BDAA;
}
.AnyTagClassName
{
color: #70BDAA;
}
</style>
background-color css
<style>
a { background-color: #70BDAA; }
a { background-color: rgb(112,189,170); }
div.DivClassName
{
background-color: #70BDAA;
}
.BgClassName
{
background-color: #70BDAA;
}
</style>
border-color css
<style>
span { border-color: #70BDAA; }
span { border-color: rgb(112,189,170); }
td.TdClassName
{
border-color: #70BDAA;
}
.TagClassName
{
border-color: #70BDAA;
}
</style>