Shades of Gulf Stream #6ABDAC
Tints of Gulf Stream #6ABDAC
RGB
CMYK
RGB Variations
Color information
#6ABDAC (or 0x6ABDAC) is known color: Gulf Stream. HEX triplet: 6A, BD and AC. RGB value is (106,189,172). Sum of RGB (Red+Green+Blue) = 106+189+172=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABDAC is #954253. Grayscale: #A2A2A2. Windows color (decimal): -9781844 or 11320682. OLE color: 11320682.
HSL color Cylindrical-coordinate representation of color #6ABDAC: hue angle of 167.71º degrees, saturation: 0.39, 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 #6ABDAC is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 189 | 172 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.26 |
| HSL | 167.71º | 0.39% | 0.58% | - |
| HSV(B) | 167.71º | 0.44% | 0.74% | - |
| XYZ | 31.59 | 42.44 | 45.56 | - |
| YUV | 162.25 | 133.5 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 189 | 172 | 0.44 | 0 | 0.09 | 0.26 | 167.71 | 0.39 | 0.58 |
| Hex | 6A | BD | AC | 2C | 0 | 9 | 1A | A8 | 27 | 3A |
| Octal | 152 | 275 | 254 | 54 | 0 | 11 | 32 | 250 | 47 | 72 |
| Binary | 1101010 | 10111101 | 10101100 | 101100 | 0 | 1001 | 11010 | 10101000 | 100111 | 111010 |
Color Harmonies of #6ABDAC
Complementary color
Monochromatic Colors of #6ABDAC
Black with #6ABDAC
Text Example
Text Example
White with #6ABDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABDAC; }
p { color: rgb(106,189,172); }
H1.HeaderClassName
{
color: #6ABDAC;
}
.AnyTagClassName
{
color: #6ABDAC;
}
</style>
background-color css
<style>
a { background-color: #6ABDAC; }
a { background-color: rgb(106,189,172); }
div.DivClassName
{
background-color: #6ABDAC;
}
.BgClassName
{
background-color: #6ABDAC;
}
</style>
border-color css
<style>
span { border-color: #6ABDAC; }
span { border-color: rgb(106,189,172); }
td.TdClassName
{
border-color: #6ABDAC;
}
.TagClassName
{
border-color: #6ABDAC;
}
</style>