Shades of Gulf Stream #6CBAAB
Tints of Gulf Stream #6CBAAB
RGB
CMYK
RGB Variations
Color information
#6CBAAB (or 0x6CBAAB) is known color: Gulf Stream. HEX triplet: 6C, BA and AB. RGB value is (108,186,171). Sum of RGB (Red+Green+Blue) = 108+186+171=465 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.23% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBAAB is #934554. Grayscale: #A0A0A0. Windows color (decimal): -9651541 or 11254380. OLE color: 11254380.
HSL color Cylindrical-coordinate representation of color #6CBAAB: hue angle of 168.46º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CBAAB is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 186 | 171 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.27 |
| HSL | 168.46º | 0.36% | 0.58% | - |
| HSV(B) | 168.46º | 0.42% | 0.73% | - |
| XYZ | 31.09 | 41.25 | 44.85 | - |
| YUV | 160.97 | 133.66 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 171 | 0.42 | 0 | 0.08 | 0.27 | 168.46 | 0.36 | 0.58 |
| Hex | 6C | BA | AB | 2A | 0 | 8 | 1B | A8 | 24 | 3A |
| Octal | 154 | 272 | 253 | 52 | 0 | 10 | 33 | 250 | 44 | 72 |
| Binary | 1101100 | 10111010 | 10101011 | 101010 | 0 | 1000 | 11011 | 10101000 | 100100 | 111010 |
Color Harmonies of #6CBAAB
Complementary color
Monochromatic Colors of #6CBAAB
Black with #6CBAAB
Text Example
Text Example
White with #6CBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBAAB; }
p { color: rgb(108,186,171); }
H1.HeaderClassName
{
color: #6CBAAB;
}
.AnyTagClassName
{
color: #6CBAAB;
}
</style>
background-color css
<style>
a { background-color: #6CBAAB; }
a { background-color: rgb(108,186,171); }
div.DivClassName
{
background-color: #6CBAAB;
}
.BgClassName
{
background-color: #6CBAAB;
}
</style>
border-color css
<style>
span { border-color: #6CBAAB; }
span { border-color: rgb(108,186,171); }
td.TdClassName
{
border-color: #6CBAAB;
}
.TagClassName
{
border-color: #6CBAAB;
}
</style>