Shades of Gulf Stream #70B9A5
Tints of Gulf Stream #70B9A5
RGB
CMYK
RGB Variations
Color information
#70B9A5 (or 0x70B9A5) is known color: Gulf Stream. HEX triplet: 70, B9 and A5. RGB value is (112,185,165). Sum of RGB (Red+Green+Blue) = 112+185+165=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #70B9A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B9A5 is #8F465A. Grayscale: #A0A0A0. Windows color (decimal): -9389659 or 10860912. OLE color: 10860912.
HSL color Cylindrical-coordinate representation of color #70B9A5: hue angle of 163.56º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B9A5 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 185 | 165 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.27 |
| HSL | 163.56º | 0.34% | 0.58% | - |
| HSV(B) | 163.56º | 0.39% | 0.73% | - |
| XYZ | 30.82 | 40.86 | 41.86 | - |
| YUV | 160.89 | 130.32 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 185 | 165 | 0.39 | 0 | 0.11 | 0.27 | 163.56 | 0.34 | 0.58 |
| Hex | 70 | B9 | A5 | 27 | 0 | B | 1B | A4 | 22 | 3A |
| Octal | 160 | 271 | 245 | 47 | 0 | 13 | 33 | 244 | 42 | 72 |
| Binary | 1110000 | 10111001 | 10100101 | 100111 | 0 | 1011 | 11011 | 10100100 | 100010 | 111010 |
Color Harmonies of #70B9A5
Complementary color
Monochromatic Colors of #70B9A5
Black with #70B9A5
Text Example
Text Example
White with #70B9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B9A5; }
p { color: rgb(112,185,165); }
H1.HeaderClassName
{
color: #70B9A5;
}
.AnyTagClassName
{
color: #70B9A5;
}
</style>
background-color css
<style>
a { background-color: #70B9A5; }
a { background-color: rgb(112,185,165); }
div.DivClassName
{
background-color: #70B9A5;
}
.BgClassName
{
background-color: #70B9A5;
}
</style>
border-color css
<style>
span { border-color: #70B9A5; }
span { border-color: rgb(112,185,165); }
td.TdClassName
{
border-color: #70B9A5;
}
.TagClassName
{
border-color: #70B9A5;
}
</style>