Shades of Gulf Stream #6EBAAB
Tints of Gulf Stream #6EBAAB
RGB
CMYK
RGB Variations
Color information
#6EBAAB (or 0x6EBAAB) is known color: Gulf Stream. HEX triplet: 6E, BA and AB. RGB value is (110,186,171). Sum of RGB (Red+Green+Blue) = 110+186+171=467 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.55% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBAAB is #914554. Grayscale: #A1A1A1. Windows color (decimal): -9520469 or 11254382. OLE color: 11254382.
HSL color Cylindrical-coordinate representation of color #6EBAAB: 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 #6EBAAB is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 186 | 171 | - |
| 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.34 | 41.37 | 44.86 | - |
| YUV | 161.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 171 | 0.41 | 0 | 0.08 | 0.27 | 168.16 | 0.36 | 0.58 |
| Hex | 6E | BA | AB | 29 | 0 | 8 | 1B | A8 | 24 | 3A |
| Octal | 156 | 272 | 253 | 51 | 0 | 10 | 33 | 250 | 44 | 72 |
| Binary | 1101110 | 10111010 | 10101011 | 101001 | 0 | 1000 | 11011 | 10101000 | 100100 | 111010 |
Color Harmonies of #6EBAAB
Complementary color
Monochromatic Colors of #6EBAAB
Black with #6EBAAB
Text Example
Text Example
White with #6EBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBAAB; }
p { color: rgb(110,186,171); }
H1.HeaderClassName
{
color: #6EBAAB;
}
.AnyTagClassName
{
color: #6EBAAB;
}
</style>
background-color css
<style>
a { background-color: #6EBAAB; }
a { background-color: rgb(110,186,171); }
div.DivClassName
{
background-color: #6EBAAB;
}
.BgClassName
{
background-color: #6EBAAB;
}
</style>
border-color css
<style>
span { border-color: #6EBAAB; }
span { border-color: rgb(110,186,171); }
td.TdClassName
{
border-color: #6EBAAB;
}
.TagClassName
{
border-color: #6EBAAB;
}
</style>