Shades of Gulf Stream #6ABBAC
Tints of Gulf Stream #6ABBAC
RGB
CMYK
RGB Variations
Color information
#6ABBAC (or 0x6ABBAC) is known color: Gulf Stream. HEX triplet: 6A, BB and AC. RGB value is (106,187,172). Sum of RGB (Red+Green+Blue) = 106+187+172=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABBAC is #954453. Grayscale: #A1A1A1. Windows color (decimal): -9782356 or 11320170. OLE color: 11320170.
HSL color Cylindrical-coordinate representation of color #6ABBAC: hue angle of 168.89º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6ABBAC is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 187 | 172 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.27 |
| HSL | 168.89º | 0.37% | 0.57% | - |
| HSV(B) | 168.89º | 0.43% | 0.73% | - |
| XYZ | 31.16 | 41.58 | 45.41 | - |
| YUV | 161.07 | 134.16 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 172 | 0.43 | 0 | 0.08 | 0.27 | 168.89 | 0.37 | 0.57 |
| Hex | 6A | BB | AC | 2B | 0 | 8 | 1B | A9 | 25 | 39 |
| Octal | 152 | 273 | 254 | 53 | 0 | 10 | 33 | 251 | 45 | 71 |
| Binary | 1101010 | 10111011 | 10101100 | 101011 | 0 | 1000 | 11011 | 10101001 | 100101 | 111001 |
Color Harmonies of #6ABBAC
Complementary color
Monochromatic Colors of #6ABBAC
Black with #6ABBAC
Text Example
Text Example
White with #6ABBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABBAC; }
p { color: rgb(106,187,172); }
H1.HeaderClassName
{
color: #6ABBAC;
}
.AnyTagClassName
{
color: #6ABBAC;
}
</style>
background-color css
<style>
a { background-color: #6ABBAC; }
a { background-color: rgb(106,187,172); }
div.DivClassName
{
background-color: #6ABBAC;
}
.BgClassName
{
background-color: #6ABBAC;
}
</style>
border-color css
<style>
span { border-color: #6ABBAC; }
span { border-color: rgb(106,187,172); }
td.TdClassName
{
border-color: #6ABBAC;
}
.TagClassName
{
border-color: #6ABBAC;
}
</style>