Shades of Gulf Stream #6DB8AE
Tints of Gulf Stream #6DB8AE
RGB
CMYK
RGB Variations
Color information
#6DB8AE (or 0x6DB8AE) is known color: Gulf Stream. HEX triplet: 6D, B8 and AE. RGB value is (109,184,174). Sum of RGB (Red+Green+Blue) = 109+184+174=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB8AE is #924751. Grayscale: #A0A0A0. Windows color (decimal): -9586514 or 11450477. OLE color: 11450477.
HSL color Cylindrical-coordinate representation of color #6DB8AE: hue angle of 172º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DB8AE is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 184 | 174 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.28 |
| HSL | 172º | 0.35% | 0.57% | - |
| HSV(B) | 172º | 0.41% | 0.72% | - |
| XYZ | 31.09 | 40.59 | 46.24 | - |
| YUV | 160.44 | 135.65 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 184 | 174 | 0.41 | 0 | 0.05 | 0.28 | 172 | 0.35 | 0.57 |
| Hex | 6D | B8 | AE | 29 | 0 | 5 | 1C | AC | 23 | 39 |
| Octal | 155 | 270 | 256 | 51 | 0 | 5 | 34 | 254 | 43 | 71 |
| Binary | 1101101 | 10111000 | 10101110 | 101001 | 0 | 101 | 11100 | 10101100 | 100011 | 111001 |
Color Harmonies of #6DB8AE
Complementary color
Monochromatic Colors of #6DB8AE
Black with #6DB8AE
Text Example
Text Example
White with #6DB8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB8AE; }
p { color: rgb(109,184,174); }
H1.HeaderClassName
{
color: #6DB8AE;
}
.AnyTagClassName
{
color: #6DB8AE;
}
</style>
background-color css
<style>
a { background-color: #6DB8AE; }
a { background-color: rgb(109,184,174); }
div.DivClassName
{
background-color: #6DB8AE;
}
.BgClassName
{
background-color: #6DB8AE;
}
</style>
border-color css
<style>
span { border-color: #6DB8AE; }
span { border-color: rgb(109,184,174); }
td.TdClassName
{
border-color: #6DB8AE;
}
.TagClassName
{
border-color: #6DB8AE;
}
</style>