Shades of Gulf Stream #6DB8AB
Tints of Gulf Stream #6DB8AB
RGB
CMYK
RGB Variations
Color information
#6DB8AB (or 0x6DB8AB) is known color: Gulf Stream. HEX triplet: 6D, B8 and AB. RGB value is (109,184,171). Sum of RGB (Red+Green+Blue) = 109+184+171=464 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.49% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB8AB is #924754. Grayscale: #A0A0A0. Windows color (decimal): -9586517 or 11253869. OLE color: 11253869.
HSL color Cylindrical-coordinate representation of color #6DB8AB: hue angle of 169.6º 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 #6DB8AB is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 184 | 171 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.28 |
| HSL | 169.6º | 0.35% | 0.57% | - |
| HSV(B) | 169.6º | 0.41% | 0.72% | - |
| XYZ | 30.8 | 40.47 | 44.72 | - |
| YUV | 160.09 | 134.15 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 184 | 171 | 0.41 | 0 | 0.07 | 0.28 | 169.6 | 0.35 | 0.57 |
| Hex | 6D | B8 | AB | 29 | 0 | 7 | 1C | AA | 23 | 39 |
| Octal | 155 | 270 | 253 | 51 | 0 | 7 | 34 | 252 | 43 | 71 |
| Binary | 1101101 | 10111000 | 10101011 | 101001 | 0 | 111 | 11100 | 10101010 | 100011 | 111001 |
Color Harmonies of #6DB8AB
Complementary color
Monochromatic Colors of #6DB8AB
Black with #6DB8AB
Text Example
Text Example
White with #6DB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB8AB; }
p { color: rgb(109,184,171); }
H1.HeaderClassName
{
color: #6DB8AB;
}
.AnyTagClassName
{
color: #6DB8AB;
}
</style>
background-color css
<style>
a { background-color: #6DB8AB; }
a { background-color: rgb(109,184,171); }
div.DivClassName
{
background-color: #6DB8AB;
}
.BgClassName
{
background-color: #6DB8AB;
}
</style>
border-color css
<style>
span { border-color: #6DB8AB; }
span { border-color: rgb(109,184,171); }
td.TdClassName
{
border-color: #6DB8AB;
}
.TagClassName
{
border-color: #6DB8AB;
}
</style>