Shades of Downy #68DEC1
Tints of Downy #68DEC1
RGB
CMYK
RGB Variations
Color information
#68DEC1 (or 0x68DEC1) is known color: Downy. HEX triplet: 68, DE and C1. RGB value is (104,222,193). Sum of RGB (Red+Green+Blue) = 104+222+193=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DEC1 is #97213E. Grayscale: #B7B7B7. Windows color (decimal): -9904447 or 12705384. OLE color: 12705384.
HSL color Cylindrical-coordinate representation of color #68DEC1: hue angle of 165.25º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DEC1 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 193 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.13 |
| HSL | 165.25º | 0.64% | 0.64% | - |
| HSV(B) | 165.25º | 0.53% | 0.87% | - |
| XYZ | 41.46 | 59.04 | 59.66 | - |
| YUV | 183.41 | 133.41 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 193 | 0.53 | 0 | 0.13 | 0.13 | 165.25 | 0.64 | 0.64 |
| Hex | 68 | DE | C1 | 35 | 0 | D | D | A5 | 40 | 40 |
| Octal | 150 | 336 | 301 | 65 | 0 | 15 | 15 | 245 | 100 | 100 |
| Binary | 1101000 | 11011110 | 11000001 | 110101 | 0 | 1101 | 1101 | 10100101 | 1000000 | 1000000 |
Color Harmonies of #68DEC1
Complementary color
Monochromatic Colors of #68DEC1
Black with #68DEC1
Text Example
Text Example
White with #68DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DEC1; }
p { color: rgb(104,222,193); }
H1.HeaderClassName
{
color: #68DEC1;
}
.AnyTagClassName
{
color: #68DEC1;
}
</style>
background-color css
<style>
a { background-color: #68DEC1; }
a { background-color: rgb(104,222,193); }
div.DivClassName
{
background-color: #68DEC1;
}
.BgClassName
{
background-color: #68DEC1;
}
</style>
border-color css
<style>
span { border-color: #68DEC1; }
span { border-color: rgb(104,222,193); }
td.TdClassName
{
border-color: #68DEC1;
}
.TagClassName
{
border-color: #68DEC1;
}
</style>