Shades of Gulf Stream #6ABCA9
Tints of Gulf Stream #6ABCA9
RGB
CMYK
RGB Variations
Color information
#6ABCA9 (or 0x6ABCA9) is known color: Gulf Stream. HEX triplet: 6A, BC and A9. RGB value is (106,188,169). Sum of RGB (Red+Green+Blue) = 106+188+169=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABCA9 is #954356. Grayscale: #A1A1A1. Windows color (decimal): -9782103 or 11123818. OLE color: 11123818.
HSL color Cylindrical-coordinate representation of color #6ABCA9: hue angle of 166.1º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABCA9 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 188 | 169 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.26 |
| HSL | 166.1º | 0.38% | 0.58% | - |
| HSV(B) | 166.1º | 0.44% | 0.74% | - |
| XYZ | 31.09 | 41.9 | 43.98 | - |
| YUV | 161.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 169 | 0.44 | 0 | 0.10 | 0.26 | 166.1 | 0.38 | 0.58 |
| Hex | 6A | BC | A9 | 2C | 0 | A | 1A | A6 | 26 | 3A |
| Octal | 152 | 274 | 251 | 54 | 0 | 12 | 32 | 246 | 46 | 72 |
| Binary | 1101010 | 10111100 | 10101001 | 101100 | 0 | 1010 | 11010 | 10100110 | 100110 | 111010 |
Color Harmonies of #6ABCA9
Complementary color
Monochromatic Colors of #6ABCA9
Black with #6ABCA9
Text Example
Text Example
White with #6ABCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABCA9; }
p { color: rgb(106,188,169); }
H1.HeaderClassName
{
color: #6ABCA9;
}
.AnyTagClassName
{
color: #6ABCA9;
}
</style>
background-color css
<style>
a { background-color: #6ABCA9; }
a { background-color: rgb(106,188,169); }
div.DivClassName
{
background-color: #6ABCA9;
}
.BgClassName
{
background-color: #6ABCA9;
}
</style>
border-color css
<style>
span { border-color: #6ABCA9; }
span { border-color: rgb(106,188,169); }
td.TdClassName
{
border-color: #6ABCA9;
}
.TagClassName
{
border-color: #6ABCA9;
}
</style>