Shades of Gulf Stream #70AF9E
Tints of Gulf Stream #70AF9E
RGB
CMYK
RGB Variations
Color information
#70AF9E (or 0x70AF9E) is known color: Gulf Stream. HEX triplet: 70, AF and 9E. RGB value is (112,175,158). Sum of RGB (Red+Green+Blue) = 112+175+158=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AF9E is #8F5061. Grayscale: #9A9A9A. Windows color (decimal): -9392226 or 10399600. OLE color: 10399600.
HSL color Cylindrical-coordinate representation of color #70AF9E: hue angle of 163.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AF9E is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 158 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.31 |
| HSL | 163.81º | 0.28% | 0.56% | - |
| HSV(B) | 163.81º | 0.36% | 0.69% | - |
| XYZ | 28.18 | 36.57 | 37.92 | - |
| YUV | 154.23 | 130.13 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 158 | 0.36 | 0 | 0.10 | 0.31 | 163.81 | 0.28 | 0.56 |
| Hex | 70 | AF | 9E | 24 | 0 | A | 1F | A4 | 1C | 38 |
| Octal | 160 | 257 | 236 | 44 | 0 | 12 | 37 | 244 | 34 | 70 |
| Binary | 1110000 | 10101111 | 10011110 | 100100 | 0 | 1010 | 11111 | 10100100 | 11100 | 111000 |
Color Harmonies of #70AF9E
Complementary color
Monochromatic Colors of #70AF9E
Black with #70AF9E
Text Example
Text Example
White with #70AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF9E; }
p { color: rgb(112,175,158); }
H1.HeaderClassName
{
color: #70AF9E;
}
.AnyTagClassName
{
color: #70AF9E;
}
</style>
background-color css
<style>
a { background-color: #70AF9E; }
a { background-color: rgb(112,175,158); }
div.DivClassName
{
background-color: #70AF9E;
}
.BgClassName
{
background-color: #70AF9E;
}
</style>
border-color css
<style>
span { border-color: #70AF9E; }
span { border-color: rgb(112,175,158); }
td.TdClassName
{
border-color: #70AF9E;
}
.TagClassName
{
border-color: #70AF9E;
}
</style>