Shades of Gulf Stream #70BBB3
Tints of Gulf Stream #70BBB3
RGB
CMYK
RGB Variations
Color information
#70BBB3 (or 0x70BBB3) is known color: Gulf Stream. HEX triplet: 70, BB and B3. RGB value is (112,187,179). Sum of RGB (Red+Green+Blue) = 112+187+179=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #70BBB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BBB3 is #8F444C. Grayscale: #A3A3A3. Windows color (decimal): -9389133 or 11778928. OLE color: 11778928.
HSL color Cylindrical-coordinate representation of color #70BBB3: hue angle of 173.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BBB3 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 187 | 179 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.27 |
| HSL | 173.6º | 0.36% | 0.59% | - |
| HSV(B) | 173.6º | 0.4% | 0.73% | - |
| XYZ | 32.59 | 42.24 | 49.08 | - |
| YUV | 163.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 179 | 0.40 | 0 | 0.04 | 0.27 | 173.6 | 0.36 | 0.59 |
| Hex | 70 | BB | B3 | 28 | 0 | 4 | 1B | AE | 24 | 3B |
| Octal | 160 | 273 | 263 | 50 | 0 | 4 | 33 | 256 | 44 | 73 |
| Binary | 1110000 | 10111011 | 10110011 | 101000 | 0 | 100 | 11011 | 10101110 | 100100 | 111011 |
Color Harmonies of #70BBB3
Complementary color
Monochromatic Colors of #70BBB3
Black with #70BBB3
Text Example
Text Example
White with #70BBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BBB3; }
p { color: rgb(112,187,179); }
H1.HeaderClassName
{
color: #70BBB3;
}
.AnyTagClassName
{
color: #70BBB3;
}
</style>
background-color css
<style>
a { background-color: #70BBB3; }
a { background-color: rgb(112,187,179); }
div.DivClassName
{
background-color: #70BBB3;
}
.BgClassName
{
background-color: #70BBB3;
}
</style>
border-color css
<style>
span { border-color: #70BBB3; }
span { border-color: rgb(112,187,179); }
td.TdClassName
{
border-color: #70BBB3;
}
.TagClassName
{
border-color: #70BBB3;
}
</style>