Shades of Gulf Stream #6FBAAB
Tints of Gulf Stream #6FBAAB
RGB
CMYK
RGB Variations
Color information
#6FBAAB (or 0x6FBAAB) is known color: Gulf Stream. HEX triplet: 6F, BA and AB. RGB value is (111,186,171). Sum of RGB (Red+Green+Blue) = 111+186+171=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBAAB is #904554. Grayscale: #A1A1A1. Windows color (decimal): -9454933 or 11254383. OLE color: 11254383.
HSL color Cylindrical-coordinate representation of color #6FBAAB: hue angle of 168º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FBAAB is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 171 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.27 |
| HSL | 168º | 0.35% | 0.58% | - |
| HSV(B) | 168º | 0.4% | 0.73% | - |
| XYZ | 31.47 | 41.44 | 44.87 | - |
| YUV | 161.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 171 | 0.40 | 0 | 0.08 | 0.27 | 168 | 0.35 | 0.58 |
| Hex | 6F | BA | AB | 28 | 0 | 8 | 1B | A8 | 23 | 3A |
| Octal | 157 | 272 | 253 | 50 | 0 | 10 | 33 | 250 | 43 | 72 |
| Binary | 1101111 | 10111010 | 10101011 | 101000 | 0 | 1000 | 11011 | 10101000 | 100011 | 111010 |
Color Harmonies of #6FBAAB
Complementary color
Monochromatic Colors of #6FBAAB
Black with #6FBAAB
Text Example
Text Example
White with #6FBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBAAB; }
p { color: rgb(111,186,171); }
H1.HeaderClassName
{
color: #6FBAAB;
}
.AnyTagClassName
{
color: #6FBAAB;
}
</style>
background-color css
<style>
a { background-color: #6FBAAB; }
a { background-color: rgb(111,186,171); }
div.DivClassName
{
background-color: #6FBAAB;
}
.BgClassName
{
background-color: #6FBAAB;
}
</style>
border-color css
<style>
span { border-color: #6FBAAB; }
span { border-color: rgb(111,186,171); }
td.TdClassName
{
border-color: #6FBAAB;
}
.TagClassName
{
border-color: #6FBAAB;
}
</style>