Shades of Gulf Stream #70B8AF
Tints of Gulf Stream #70B8AF
RGB
CMYK
RGB Variations
Color information
#70B8AF (or 0x70B8AF) is known color: Gulf Stream. HEX triplet: 70, B8 and AF. RGB value is (112,184,175). Sum of RGB (Red+Green+Blue) = 112+184+175=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #70B8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B8AF is #8F4750. Grayscale: #A1A1A1. Windows color (decimal): -9389905 or 11516016. OLE color: 11516016.
HSL color Cylindrical-coordinate representation of color #70B8AF: hue angle of 172.5º 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 #70B8AF is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 184 | 175 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.28 |
| HSL | 172.5º | 0.34% | 0.58% | - |
| HSV(B) | 172.5º | 0.39% | 0.72% | - |
| XYZ | 31.56 | 40.82 | 46.77 | - |
| YUV | 161.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 184 | 175 | 0.39 | 0 | 0.05 | 0.28 | 172.5 | 0.34 | 0.58 |
| Hex | 70 | B8 | AF | 27 | 0 | 5 | 1C | AC | 22 | 3A |
| Octal | 160 | 270 | 257 | 47 | 0 | 5 | 34 | 254 | 42 | 72 |
| Binary | 1110000 | 10111000 | 10101111 | 100111 | 0 | 101 | 11100 | 10101100 | 100010 | 111010 |
Color Harmonies of #70B8AF
Complementary color
Monochromatic Colors of #70B8AF
Black with #70B8AF
Text Example
Text Example
White with #70B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B8AF; }
p { color: rgb(112,184,175); }
H1.HeaderClassName
{
color: #70B8AF;
}
.AnyTagClassName
{
color: #70B8AF;
}
</style>
background-color css
<style>
a { background-color: #70B8AF; }
a { background-color: rgb(112,184,175); }
div.DivClassName
{
background-color: #70B8AF;
}
.BgClassName
{
background-color: #70B8AF;
}
</style>
border-color css
<style>
span { border-color: #70B8AF; }
span { border-color: rgb(112,184,175); }
td.TdClassName
{
border-color: #70B8AF;
}
.TagClassName
{
border-color: #70B8AF;
}
</style>