Shades of Gulf Stream #70AE9F
Tints of Gulf Stream #70AE9F
RGB
CMYK
RGB Variations
Color information
#70AE9F (or 0x70AE9F) is known color: Gulf Stream. HEX triplet: 70, AE and 9F. RGB value is (112,174,159). Sum of RGB (Red+Green+Blue) = 112+174+159=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AE9F is #8F5160. Grayscale: #999999. Windows color (decimal): -9392481 or 10464880. OLE color: 10464880.
HSL color Cylindrical-coordinate representation of color #70AE9F: hue angle of 165.48º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AE9F is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 174 | 159 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.32 |
| HSL | 165.48º | 0.28% | 0.56% | - |
| HSV(B) | 165.48º | 0.36% | 0.68% | - |
| XYZ | 28.08 | 36.22 | 38.31 | - |
| YUV | 153.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 174 | 159 | 0.36 | 0 | 0.09 | 0.32 | 165.48 | 0.28 | 0.56 |
| Hex | 70 | AE | 9F | 24 | 0 | 9 | 20 | A5 | 1C | 38 |
| Octal | 160 | 256 | 237 | 44 | 0 | 11 | 40 | 245 | 34 | 70 |
| Binary | 1110000 | 10101110 | 10011111 | 100100 | 0 | 1001 | 100000 | 10100101 | 11100 | 111000 |
Color Harmonies of #70AE9F
Complementary color
Monochromatic Colors of #70AE9F
Black with #70AE9F
Text Example
Text Example
White with #70AE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AE9F; }
p { color: rgb(112,174,159); }
H1.HeaderClassName
{
color: #70AE9F;
}
.AnyTagClassName
{
color: #70AE9F;
}
</style>
background-color css
<style>
a { background-color: #70AE9F; }
a { background-color: rgb(112,174,159); }
div.DivClassName
{
background-color: #70AE9F;
}
.BgClassName
{
background-color: #70AE9F;
}
</style>
border-color css
<style>
span { border-color: #70AE9F; }
span { border-color: rgb(112,174,159); }
td.TdClassName
{
border-color: #70AE9F;
}
.TagClassName
{
border-color: #70AE9F;
}
</style>