Shades of Gulf Stream #6DBEAC
Tints of Gulf Stream #6DBEAC
RGB
CMYK
RGB Variations
Color information
#6DBEAC (or 0x6DBEAC) is known color: Gulf Stream. HEX triplet: 6D, BE and AC. RGB value is (109,190,172). Sum of RGB (Red+Green+Blue) = 109+190+172=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBEAC is #924153. Grayscale: #A3A3A3. Windows color (decimal): -9584980 or 11320941. OLE color: 11320941.
HSL color Cylindrical-coordinate representation of color #6DBEAC: hue angle of 166.67º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DBEAC is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 190 | 172 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.25 |
| HSL | 166.67º | 0.38% | 0.59% | - |
| HSV(B) | 166.67º | 0.43% | 0.75% | - |
| XYZ | 32.17 | 43.06 | 45.65 | - |
| YUV | 163.73 | 132.66 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 172 | 0.43 | 0 | 0.09 | 0.25 | 166.67 | 0.38 | 0.59 |
| Hex | 6D | BE | AC | 2B | 0 | 9 | 19 | A7 | 26 | 3B |
| Octal | 155 | 276 | 254 | 53 | 0 | 11 | 31 | 247 | 46 | 73 |
| Binary | 1101101 | 10111110 | 10101100 | 101011 | 0 | 1001 | 11001 | 10100111 | 100110 | 111011 |
Color Harmonies of #6DBEAC
Complementary color
Monochromatic Colors of #6DBEAC
Black with #6DBEAC
Text Example
Text Example
White with #6DBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBEAC; }
p { color: rgb(109,190,172); }
H1.HeaderClassName
{
color: #6DBEAC;
}
.AnyTagClassName
{
color: #6DBEAC;
}
</style>
background-color css
<style>
a { background-color: #6DBEAC; }
a { background-color: rgb(109,190,172); }
div.DivClassName
{
background-color: #6DBEAC;
}
.BgClassName
{
background-color: #6DBEAC;
}
</style>
border-color css
<style>
span { border-color: #6DBEAC; }
span { border-color: rgb(109,190,172); }
td.TdClassName
{
border-color: #6DBEAC;
}
.TagClassName
{
border-color: #6DBEAC;
}
</style>