Shades of Gulf Stream #70B8B0
Tints of Gulf Stream #70B8B0
RGB
CMYK
RGB Variations
Color information
#70B8B0 (or 0x70B8B0) is known color: Gulf Stream. HEX triplet: 70, B8 and B0. RGB value is (112,184,176). Sum of RGB (Red+Green+Blue) = 112+184+176=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #70B8B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B8B0 is #8F474F. Grayscale: #A1A1A1. Windows color (decimal): -9389904 or 11581552. OLE color: 11581552.
HSL color Cylindrical-coordinate representation of color #70B8B0: hue angle of 173.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B8B0 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 184 | 176 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.28 |
| HSL | 173.33º | 0.34% | 0.58% | - |
| HSV(B) | 173.33º | 0.39% | 0.72% | - |
| XYZ | 31.66 | 40.86 | 47.29 | - |
| YUV | 161.56 | 136.15 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 184 | 176 | 0.39 | 0 | 0.04 | 0.28 | 173.33 | 0.34 | 0.58 |
| Hex | 70 | B8 | B0 | 27 | 0 | 4 | 1C | AD | 22 | 3A |
| Octal | 160 | 270 | 260 | 47 | 0 | 4 | 34 | 255 | 42 | 72 |
| Binary | 1110000 | 10111000 | 10110000 | 100111 | 0 | 100 | 11100 | 10101101 | 100010 | 111010 |
Color Harmonies of #70B8B0
Complementary color
Monochromatic Colors of #70B8B0
Black with #70B8B0
Text Example
Text Example
White with #70B8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B8B0; }
p { color: rgb(112,184,176); }
H1.HeaderClassName
{
color: #70B8B0;
}
.AnyTagClassName
{
color: #70B8B0;
}
</style>
background-color css
<style>
a { background-color: #70B8B0; }
a { background-color: rgb(112,184,176); }
div.DivClassName
{
background-color: #70B8B0;
}
.BgClassName
{
background-color: #70B8B0;
}
</style>
border-color css
<style>
span { border-color: #70B8B0; }
span { border-color: rgb(112,184,176); }
td.TdClassName
{
border-color: #70B8B0;
}
.TagClassName
{
border-color: #70B8B0;
}
</style>