Shades of Gulf Stream #6DBCAD
Tints of Gulf Stream #6DBCAD
RGB
CMYK
RGB Variations
Color information
#6DBCAD (or 0x6DBCAD) is known color: Gulf Stream. HEX triplet: 6D, BC and AD. RGB value is (109,188,173). Sum of RGB (Red+Green+Blue) = 109+188+173=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBCAD is #924352. Grayscale: #A2A2A2. Windows color (decimal): -9585491 or 11385965. OLE color: 11385965.
HSL color Cylindrical-coordinate representation of color #6DBCAD: hue angle of 168.61º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBCAD is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 173 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.26 |
| HSL | 168.61º | 0.37% | 0.58% | - |
| HSV(B) | 168.61º | 0.42% | 0.74% | - |
| XYZ | 31.83 | 42.23 | 46.01 | - |
| YUV | 162.67 | 133.83 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 173 | 0.42 | 0 | 0.08 | 0.26 | 168.61 | 0.37 | 0.58 |
| Hex | 6D | BC | AD | 2A | 0 | 8 | 1A | A9 | 25 | 3A |
| Octal | 155 | 274 | 255 | 52 | 0 | 10 | 32 | 251 | 45 | 72 |
| Binary | 1101101 | 10111100 | 10101101 | 101010 | 0 | 1000 | 11010 | 10101001 | 100101 | 111010 |
Color Harmonies of #6DBCAD
Complementary color
Monochromatic Colors of #6DBCAD
Black with #6DBCAD
Text Example
Text Example
White with #6DBCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCAD; }
p { color: rgb(109,188,173); }
H1.HeaderClassName
{
color: #6DBCAD;
}
.AnyTagClassName
{
color: #6DBCAD;
}
</style>
background-color css
<style>
a { background-color: #6DBCAD; }
a { background-color: rgb(109,188,173); }
div.DivClassName
{
background-color: #6DBCAD;
}
.BgClassName
{
background-color: #6DBCAD;
}
</style>
border-color css
<style>
span { border-color: #6DBCAD; }
span { border-color: rgb(109,188,173); }
td.TdClassName
{
border-color: #6DBCAD;
}
.TagClassName
{
border-color: #6DBCAD;
}
</style>