Shades of Gulf Stream #6DBAAB
Tints of Gulf Stream #6DBAAB
RGB
CMYK
RGB Variations
Color information
#6DBAAB (or 0x6DBAAB) is known color: Gulf Stream. HEX triplet: 6D, BA and AB. RGB value is (109,186,171). Sum of RGB (Red+Green+Blue) = 109+186+171=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBAAB is #924554. Grayscale: #A1A1A1. Windows color (decimal): -9586005 or 11254381. OLE color: 11254381.
HSL color Cylindrical-coordinate representation of color #6DBAAB: hue angle of 168.31º 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 #6DBAAB is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 186 | 171 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.27 |
| HSL | 168.31º | 0.36% | 0.58% | - |
| HSV(B) | 168.31º | 0.41% | 0.73% | - |
| XYZ | 31.22 | 41.31 | 44.86 | - |
| YUV | 161.27 | 133.49 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 171 | 0.41 | 0 | 0.08 | 0.27 | 168.31 | 0.36 | 0.58 |
| Hex | 6D | BA | AB | 29 | 0 | 8 | 1B | A8 | 24 | 3A |
| Octal | 155 | 272 | 253 | 51 | 0 | 10 | 33 | 250 | 44 | 72 |
| Binary | 1101101 | 10111010 | 10101011 | 101001 | 0 | 1000 | 11011 | 10101000 | 100100 | 111010 |
Color Harmonies of #6DBAAB
Complementary color
Monochromatic Colors of #6DBAAB
Black with #6DBAAB
Text Example
Text Example
White with #6DBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBAAB; }
p { color: rgb(109,186,171); }
H1.HeaderClassName
{
color: #6DBAAB;
}
.AnyTagClassName
{
color: #6DBAAB;
}
</style>
background-color css
<style>
a { background-color: #6DBAAB; }
a { background-color: rgb(109,186,171); }
div.DivClassName
{
background-color: #6DBAAB;
}
.BgClassName
{
background-color: #6DBAAB;
}
</style>
border-color css
<style>
span { border-color: #6DBAAB; }
span { border-color: rgb(109,186,171); }
td.TdClassName
{
border-color: #6DBAAB;
}
.TagClassName
{
border-color: #6DBAAB;
}
</style>