Shades of Downy #6EE0BE
Tints of Downy #6EE0BE
RGB
CMYK
RGB Variations
Color information
#6EE0BE (or 0x6EE0BE) is known color: Downy. HEX triplet: 6E, E0 and BE. RGB value is (110,224,190). Sum of RGB (Red+Green+Blue) = 110+224+190=524 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.99% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #6EE0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE0BE is #911F41. Grayscale: #BABABA. Windows color (decimal): -9510722 or 12509294. OLE color: 12509294.
HSL color Cylindrical-coordinate representation of color #6EE0BE: hue angle of 162.11º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EE0BE is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 224 | 190 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.12 |
| HSL | 162.11º | 0.65% | 0.65% | - |
| HSV(B) | 162.11º | 0.51% | 0.88% | - |
| XYZ | 42.38 | 60.34 | 58.13 | - |
| YUV | 186.04 | 130.23 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 224 | 190 | 0.51 | 0 | 0.15 | 0.12 | 162.11 | 0.65 | 0.65 |
| Hex | 6E | E0 | BE | 33 | 0 | F | C | A2 | 41 | 41 |
| Octal | 156 | 340 | 276 | 63 | 0 | 17 | 14 | 242 | 101 | 101 |
| Binary | 1101110 | 11100000 | 10111110 | 110011 | 0 | 1111 | 1100 | 10100010 | 1000001 | 1000001 |
Color Harmonies of #6EE0BE
Complementary color
Monochromatic Colors of #6EE0BE
Black with #6EE0BE
Text Example
Text Example
White with #6EE0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE0BE; }
p { color: rgb(110,224,190); }
H1.HeaderClassName
{
color: #6EE0BE;
}
.AnyTagClassName
{
color: #6EE0BE;
}
</style>
background-color css
<style>
a { background-color: #6EE0BE; }
a { background-color: rgb(110,224,190); }
div.DivClassName
{
background-color: #6EE0BE;
}
.BgClassName
{
background-color: #6EE0BE;
}
</style>
border-color css
<style>
span { border-color: #6EE0BE; }
span { border-color: rgb(110,224,190); }
td.TdClassName
{
border-color: #6EE0BE;
}
.TagClassName
{
border-color: #6EE0BE;
}
</style>