Shades of Gulf Stream #6DBCAE
Tints of Gulf Stream #6DBCAE
RGB
CMYK
RGB Variations
Color information
#6DBCAE (or 0x6DBCAE) is known color: Gulf Stream. HEX triplet: 6D, BC and AE. RGB value is (109,188,174). Sum of RGB (Red+Green+Blue) = 109+188+174=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBCAE is #924351. Grayscale: #A2A2A2. Windows color (decimal): -9585490 or 11451501. OLE color: 11451501.
HSL color Cylindrical-coordinate representation of color #6DBCAE: hue angle of 169.37º 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 #6DBCAE is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 174 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.26 |
| HSL | 169.37º | 0.37% | 0.58% | - |
| HSV(B) | 169.37º | 0.42% | 0.74% | - |
| XYZ | 31.93 | 42.27 | 46.52 | - |
| YUV | 162.78 | 134.33 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 174 | 0.42 | 0 | 0.07 | 0.26 | 169.37 | 0.37 | 0.58 |
| Hex | 6D | BC | AE | 2A | 0 | 7 | 1A | A9 | 25 | 3A |
| Octal | 155 | 274 | 256 | 52 | 0 | 7 | 32 | 251 | 45 | 72 |
| Binary | 1101101 | 10111100 | 10101110 | 101010 | 0 | 111 | 11010 | 10101001 | 100101 | 111010 |
Color Harmonies of #6DBCAE
Complementary color
Monochromatic Colors of #6DBCAE
Black with #6DBCAE
Text Example
Text Example
White with #6DBCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCAE; }
p { color: rgb(109,188,174); }
H1.HeaderClassName
{
color: #6DBCAE;
}
.AnyTagClassName
{
color: #6DBCAE;
}
</style>
background-color css
<style>
a { background-color: #6DBCAE; }
a { background-color: rgb(109,188,174); }
div.DivClassName
{
background-color: #6DBCAE;
}
.BgClassName
{
background-color: #6DBCAE;
}
</style>
border-color css
<style>
span { border-color: #6DBCAE; }
span { border-color: rgb(109,188,174); }
td.TdClassName
{
border-color: #6DBCAE;
}
.TagClassName
{
border-color: #6DBCAE;
}
</style>