Shades of Gulf Stream #6ABBAA
Tints of Gulf Stream #6ABBAA
RGB
CMYK
RGB Variations
Color information
#6ABBAA (or 0x6ABBAA) is known color: Gulf Stream. HEX triplet: 6A, BB and AA. RGB value is (106,187,170). Sum of RGB (Red+Green+Blue) = 106+187+170=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABBAA is #954455. Grayscale: #A0A0A0. Windows color (decimal): -9782358 or 11189098. OLE color: 11189098.
HSL color Cylindrical-coordinate representation of color #6ABBAA: hue angle of 167.41º 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 #6ABBAA is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 187 | 170 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.27 |
| HSL | 167.41º | 0.37% | 0.57% | - |
| HSV(B) | 167.41º | 0.43% | 0.73% | - |
| XYZ | 30.97 | 41.51 | 44.41 | - |
| YUV | 160.84 | 133.16 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 170 | 0.43 | 0 | 0.09 | 0.27 | 167.41 | 0.37 | 0.57 |
| Hex | 6A | BB | AA | 2B | 0 | 9 | 1B | A7 | 25 | 39 |
| Octal | 152 | 273 | 252 | 53 | 0 | 11 | 33 | 247 | 45 | 71 |
| Binary | 1101010 | 10111011 | 10101010 | 101011 | 0 | 1001 | 11011 | 10100111 | 100101 | 111001 |
Color Harmonies of #6ABBAA
Complementary color
Monochromatic Colors of #6ABBAA
Black with #6ABBAA
Text Example
Text Example
White with #6ABBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABBAA; }
p { color: rgb(106,187,170); }
H1.HeaderClassName
{
color: #6ABBAA;
}
.AnyTagClassName
{
color: #6ABBAA;
}
</style>
background-color css
<style>
a { background-color: #6ABBAA; }
a { background-color: rgb(106,187,170); }
div.DivClassName
{
background-color: #6ABBAA;
}
.BgClassName
{
background-color: #6ABBAA;
}
</style>
border-color css
<style>
span { border-color: #6ABBAA; }
span { border-color: rgb(106,187,170); }
td.TdClassName
{
border-color: #6ABBAA;
}
.TagClassName
{
border-color: #6ABBAA;
}
</style>