Shades of Gulf Stream #70B3A4
Tints of Gulf Stream #70B3A4
RGB
CMYK
RGB Variations
Color information
#70B3A4 (or 0x70B3A4) is known color: Gulf Stream. HEX triplet: 70, B3 and A4. RGB value is (112,179,164). Sum of RGB (Red+Green+Blue) = 112+179+164=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #70B3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B3A4 is #8F4C5B. Grayscale: #9D9D9D. Windows color (decimal): -9391196 or 10793840. OLE color: 10793840.
HSL color Cylindrical-coordinate representation of color #70B3A4: hue angle of 166.57º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B3A4 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 164 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.30 |
| HSL | 166.57º | 0.31% | 0.57% | - |
| HSV(B) | 166.57º | 0.37% | 0.7% | - |
| XYZ | 29.5 | 38.37 | 40.97 | - |
| YUV | 157.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 164 | 0.37 | 0 | 0.08 | 0.30 | 166.57 | 0.31 | 0.57 |
| Hex | 70 | B3 | A4 | 25 | 0 | 8 | 1E | A7 | 1F | 39 |
| Octal | 160 | 263 | 244 | 45 | 0 | 10 | 36 | 247 | 37 | 71 |
| Binary | 1110000 | 10110011 | 10100100 | 100101 | 0 | 1000 | 11110 | 10100111 | 11111 | 111001 |
Color Harmonies of #70B3A4
Complementary color
Monochromatic Colors of #70B3A4
Black with #70B3A4
Text Example
Text Example
White with #70B3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B3A4; }
p { color: rgb(112,179,164); }
H1.HeaderClassName
{
color: #70B3A4;
}
.AnyTagClassName
{
color: #70B3A4;
}
</style>
background-color css
<style>
a { background-color: #70B3A4; }
a { background-color: rgb(112,179,164); }
div.DivClassName
{
background-color: #70B3A4;
}
.BgClassName
{
background-color: #70B3A4;
}
</style>
border-color css
<style>
span { border-color: #70B3A4; }
span { border-color: rgb(112,179,164); }
td.TdClassName
{
border-color: #70B3A4;
}
.TagClassName
{
border-color: #70B3A4;
}
</style>