Shades of Gulf Stream #6DBDAD
Tints of Gulf Stream #6DBDAD
RGB
CMYK
RGB Variations
Color information
#6DBDAD (or 0x6DBDAD) is known color: Gulf Stream. HEX triplet: 6D, BD and AD. RGB value is (109,189,173). Sum of RGB (Red+Green+Blue) = 109+189+173=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBDAD is #924252. Grayscale: #A3A3A3. Windows color (decimal): -9585235 or 11386221. OLE color: 11386221.
HSL color Cylindrical-coordinate representation of color #6DBDAD: hue angle of 168º degrees, saturation: 0.38, 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 #6DBDAD is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 173 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.26 |
| HSL | 168º | 0.38% | 0.58% | - |
| HSV(B) | 168º | 0.42% | 0.74% | - |
| XYZ | 32.05 | 42.66 | 46.08 | - |
| YUV | 163.26 | 133.5 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 173 | 0.42 | 0 | 0.08 | 0.26 | 168 | 0.38 | 0.58 |
| Hex | 6D | BD | AD | 2A | 0 | 8 | 1A | A8 | 26 | 3A |
| Octal | 155 | 275 | 255 | 52 | 0 | 10 | 32 | 250 | 46 | 72 |
| Binary | 1101101 | 10111101 | 10101101 | 101010 | 0 | 1000 | 11010 | 10101000 | 100110 | 111010 |
Color Harmonies of #6DBDAD
Complementary color
Monochromatic Colors of #6DBDAD
Black with #6DBDAD
Text Example
Text Example
White with #6DBDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDAD; }
p { color: rgb(109,189,173); }
H1.HeaderClassName
{
color: #6DBDAD;
}
.AnyTagClassName
{
color: #6DBDAD;
}
</style>
background-color css
<style>
a { background-color: #6DBDAD; }
a { background-color: rgb(109,189,173); }
div.DivClassName
{
background-color: #6DBDAD;
}
.BgClassName
{
background-color: #6DBDAD;
}
</style>
border-color css
<style>
span { border-color: #6DBDAD; }
span { border-color: rgb(109,189,173); }
td.TdClassName
{
border-color: #6DBDAD;
}
.TagClassName
{
border-color: #6DBDAD;
}
</style>