Shades of Gulf Stream #6ABDAD
Tints of Gulf Stream #6ABDAD
RGB
CMYK
RGB Variations
Color information
#6ABDAD (or 0x6ABDAD) is known color: Gulf Stream. HEX triplet: 6A, BD and AD. RGB value is (106,189,173). Sum of RGB (Red+Green+Blue) = 106+189+173=468 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.65% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABDAD is #954252. Grayscale: #A2A2A2. Windows color (decimal): -9781843 or 11386218. OLE color: 11386218.
HSL color Cylindrical-coordinate representation of color #6ABDAD: hue angle of 168.43º 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 #6ABDAD is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 189 | 173 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.26 |
| HSL | 168.43º | 0.39% | 0.58% | - |
| HSV(B) | 168.43º | 0.44% | 0.74% | - |
| XYZ | 31.68 | 42.48 | 46.06 | - |
| YUV | 162.36 | 134 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 189 | 173 | 0.44 | 0 | 0.08 | 0.26 | 168.43 | 0.39 | 0.58 |
| Hex | 6A | BD | AD | 2C | 0 | 8 | 1A | A8 | 27 | 3A |
| Octal | 152 | 275 | 255 | 54 | 0 | 10 | 32 | 250 | 47 | 72 |
| Binary | 1101010 | 10111101 | 10101101 | 101100 | 0 | 1000 | 11010 | 10101000 | 100111 | 111010 |
Color Harmonies of #6ABDAD
Complementary color
Monochromatic Colors of #6ABDAD
Black with #6ABDAD
Text Example
Text Example
White with #6ABDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABDAD; }
p { color: rgb(106,189,173); }
H1.HeaderClassName
{
color: #6ABDAD;
}
.AnyTagClassName
{
color: #6ABDAD;
}
</style>
background-color css
<style>
a { background-color: #6ABDAD; }
a { background-color: rgb(106,189,173); }
div.DivClassName
{
background-color: #6ABDAD;
}
.BgClassName
{
background-color: #6ABDAD;
}
</style>
border-color css
<style>
span { border-color: #6ABDAD; }
span { border-color: rgb(106,189,173); }
td.TdClassName
{
border-color: #6ABDAD;
}
.TagClassName
{
border-color: #6ABDAD;
}
</style>