Shades of Downy #68DCBE
Tints of Downy #68DCBE
RGB
CMYK
RGB Variations
Color information
#68DCBE (or 0x68DCBE) is known color: Downy. HEX triplet: 68, DC and BE. RGB value is (104,220,190). Sum of RGB (Red+Green+Blue) = 104+220+190=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCBE is #972341. Grayscale: #B5B5B5. Windows color (decimal): -9904962 or 12508264. OLE color: 12508264.
HSL color Cylindrical-coordinate representation of color #68DCBE: hue angle of 164.48º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCBE is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 190 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.14 |
| HSL | 164.48º | 0.62% | 0.64% | - |
| HSV(B) | 164.48º | 0.53% | 0.86% | - |
| XYZ | 40.6 | 57.85 | 57.74 | - |
| YUV | 181.9 | 132.57 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 190 | 0.53 | 0 | 0.14 | 0.14 | 164.48 | 0.62 | 0.64 |
| Hex | 68 | DC | BE | 35 | 0 | E | E | A4 | 3E | 40 |
| Octal | 150 | 334 | 276 | 65 | 0 | 16 | 16 | 244 | 76 | 100 |
| Binary | 1101000 | 11011100 | 10111110 | 110101 | 0 | 1110 | 1110 | 10100100 | 111110 | 1000000 |
Color Harmonies of #68DCBE
Complementary color
Monochromatic Colors of #68DCBE
Black with #68DCBE
Text Example
Text Example
White with #68DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCBE; }
p { color: rgb(104,220,190); }
H1.HeaderClassName
{
color: #68DCBE;
}
.AnyTagClassName
{
color: #68DCBE;
}
</style>
background-color css
<style>
a { background-color: #68DCBE; }
a { background-color: rgb(104,220,190); }
div.DivClassName
{
background-color: #68DCBE;
}
.BgClassName
{
background-color: #68DCBE;
}
</style>
border-color css
<style>
span { border-color: #68DCBE; }
span { border-color: rgb(104,220,190); }
td.TdClassName
{
border-color: #68DCBE;
}
.TagClassName
{
border-color: #68DCBE;
}
</style>