Shades of Gulf Stream #6DBAAA
Tints of Gulf Stream #6DBAAA
RGB
CMYK
RGB Variations
Color information
#6DBAAA (or 0x6DBAAA) is known color: Gulf Stream. HEX triplet: 6D, BA and AA. RGB value is (109,186,170). Sum of RGB (Red+Green+Blue) = 109+186+170=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBAAA is #924555. Grayscale: #A1A1A1. Windows color (decimal): -9586006 or 11188845. OLE color: 11188845.
HSL color Cylindrical-coordinate representation of color #6DBAAA: hue angle of 167.53º 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 #6DBAAA is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 186 | 170 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.27 |
| HSL | 167.53º | 0.36% | 0.58% | - |
| HSV(B) | 167.53º | 0.41% | 0.73% | - |
| XYZ | 31.12 | 41.27 | 44.36 | - |
| YUV | 161.15 | 132.99 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 170 | 0.41 | 0 | 0.09 | 0.27 | 167.53 | 0.36 | 0.58 |
| Hex | 6D | BA | AA | 29 | 0 | 9 | 1B | A8 | 24 | 3A |
| Octal | 155 | 272 | 252 | 51 | 0 | 11 | 33 | 250 | 44 | 72 |
| Binary | 1101101 | 10111010 | 10101010 | 101001 | 0 | 1001 | 11011 | 10101000 | 100100 | 111010 |
Color Harmonies of #6DBAAA
Complementary color
Monochromatic Colors of #6DBAAA
Black with #6DBAAA
Text Example
Text Example
White with #6DBAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBAAA; }
p { color: rgb(109,186,170); }
H1.HeaderClassName
{
color: #6DBAAA;
}
.AnyTagClassName
{
color: #6DBAAA;
}
</style>
background-color css
<style>
a { background-color: #6DBAAA; }
a { background-color: rgb(109,186,170); }
div.DivClassName
{
background-color: #6DBAAA;
}
.BgClassName
{
background-color: #6DBAAA;
}
</style>
border-color css
<style>
span { border-color: #6DBAAA; }
span { border-color: rgb(109,186,170); }
td.TdClassName
{
border-color: #6DBAAA;
}
.TagClassName
{
border-color: #6DBAAA;
}
</style>