Shades of Gulf Stream #70B7A1
Tints of Gulf Stream #70B7A1
RGB
CMYK
RGB Variations
Color information
#70B7A1 (or 0x70B7A1) is known color: Gulf Stream. HEX triplet: 70, B7 and A1. RGB value is (112,183,161). Sum of RGB (Red+Green+Blue) = 112+183+161=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #70B7A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B7A1 is #8F485E. Grayscale: #9F9F9F. Windows color (decimal): -9390175 or 10598256. OLE color: 10598256.
HSL color Cylindrical-coordinate representation of color #70B7A1: hue angle of 161.41º degrees, saturation: 0.33, 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 #70B7A1 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 161 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.28 |
| HSL | 161.41º | 0.33% | 0.58% | - |
| HSV(B) | 161.41º | 0.39% | 0.72% | - |
| XYZ | 30.05 | 39.88 | 39.83 | - |
| YUV | 159.26 | 128.98 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 161 | 0.39 | 0 | 0.12 | 0.28 | 161.41 | 0.33 | 0.58 |
| Hex | 70 | B7 | A1 | 27 | 0 | C | 1C | A1 | 21 | 3A |
| Octal | 160 | 267 | 241 | 47 | 0 | 14 | 34 | 241 | 41 | 72 |
| Binary | 1110000 | 10110111 | 10100001 | 100111 | 0 | 1100 | 11100 | 10100001 | 100001 | 111010 |
Color Harmonies of #70B7A1
Complementary color
Monochromatic Colors of #70B7A1
Black with #70B7A1
Text Example
Text Example
White with #70B7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B7A1; }
p { color: rgb(112,183,161); }
H1.HeaderClassName
{
color: #70B7A1;
}
.AnyTagClassName
{
color: #70B7A1;
}
</style>
background-color css
<style>
a { background-color: #70B7A1; }
a { background-color: rgb(112,183,161); }
div.DivClassName
{
background-color: #70B7A1;
}
.BgClassName
{
background-color: #70B7A1;
}
</style>
border-color css
<style>
span { border-color: #70B7A1; }
span { border-color: rgb(112,183,161); }
td.TdClassName
{
border-color: #70B7A1;
}
.TagClassName
{
border-color: #70B7A1;
}
</style>