Shades of Gulf Stream #6FBAB5
Tints of Gulf Stream #6FBAB5
RGB
CMYK
RGB Variations
Color information
#6FBAB5 (or 0x6FBAB5) is known color: Gulf Stream. HEX triplet: 6F, BA and B5. RGB value is (111,186,181). Sum of RGB (Red+Green+Blue) = 111+186+181=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBAB5 is #90454A. Grayscale: #A2A2A2. Windows color (decimal): -9454923 or 11909743. OLE color: 11909743.
HSL color Cylindrical-coordinate representation of color #6FBAB5: hue angle of 176º 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 #6FBAB5 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 181 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.27 |
| HSL | 176º | 0.35% | 0.58% | - |
| HSV(B) | 176º | 0.4% | 0.73% | - |
| XYZ | 32.45 | 41.83 | 50.08 | - |
| YUV | 163.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 181 | 0.40 | 0 | 0.03 | 0.27 | 176 | 0.35 | 0.58 |
| Hex | 6F | BA | B5 | 28 | 0 | 3 | 1B | B0 | 23 | 3A |
| Octal | 157 | 272 | 265 | 50 | 0 | 3 | 33 | 260 | 43 | 72 |
| Binary | 1101111 | 10111010 | 10110101 | 101000 | 0 | 11 | 11011 | 10110000 | 100011 | 111010 |
Color Harmonies of #6FBAB5
Complementary color
Monochromatic Colors of #6FBAB5
Black with #6FBAB5
Text Example
Text Example
White with #6FBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBAB5; }
p { color: rgb(111,186,181); }
H1.HeaderClassName
{
color: #6FBAB5;
}
.AnyTagClassName
{
color: #6FBAB5;
}
</style>
background-color css
<style>
a { background-color: #6FBAB5; }
a { background-color: rgb(111,186,181); }
div.DivClassName
{
background-color: #6FBAB5;
}
.BgClassName
{
background-color: #6FBAB5;
}
</style>
border-color css
<style>
span { border-color: #6FBAB5; }
span { border-color: rgb(111,186,181); }
td.TdClassName
{
border-color: #6FBAB5;
}
.TagClassName
{
border-color: #6FBAB5;
}
</style>