Shades of Gulf Stream #6FBBAC
Tints of Gulf Stream #6FBBAC
RGB
CMYK
RGB Variations
Color information
#6FBBAC (or 0x6FBBAC) is known color: Gulf Stream. HEX triplet: 6F, BB and AC. RGB value is (111,187,172). Sum of RGB (Red+Green+Blue) = 111+187+172=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBBAC is #904453. Grayscale: #A2A2A2. Windows color (decimal): -9454676 or 11320175. OLE color: 11320175.
HSL color Cylindrical-coordinate representation of color #6FBBAC: hue angle of 168.16º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBBAC is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 187 | 172 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.27 |
| HSL | 168.16º | 0.36% | 0.58% | - |
| HSV(B) | 168.16º | 0.41% | 0.73% | - |
| XYZ | 31.77 | 41.9 | 45.44 | - |
| YUV | 162.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 172 | 0.41 | 0 | 0.08 | 0.27 | 168.16 | 0.36 | 0.58 |
| Hex | 6F | BB | AC | 29 | 0 | 8 | 1B | A8 | 24 | 3A |
| Octal | 157 | 273 | 254 | 51 | 0 | 10 | 33 | 250 | 44 | 72 |
| Binary | 1101111 | 10111011 | 10101100 | 101001 | 0 | 1000 | 11011 | 10101000 | 100100 | 111010 |
Color Harmonies of #6FBBAC
Complementary color
Monochromatic Colors of #6FBBAC
Black with #6FBBAC
Text Example
Text Example
White with #6FBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBBAC; }
p { color: rgb(111,187,172); }
H1.HeaderClassName
{
color: #6FBBAC;
}
.AnyTagClassName
{
color: #6FBBAC;
}
</style>
background-color css
<style>
a { background-color: #6FBBAC; }
a { background-color: rgb(111,187,172); }
div.DivClassName
{
background-color: #6FBBAC;
}
.BgClassName
{
background-color: #6FBBAC;
}
</style>
border-color css
<style>
span { border-color: #6FBBAC; }
span { border-color: rgb(111,187,172); }
td.TdClassName
{
border-color: #6FBBAC;
}
.TagClassName
{
border-color: #6FBBAC;
}
</style>