Shades of Downy #68E2C0
Tints of Downy #68E2C0
RGB
CMYK
RGB Variations
Color information
#68E2C0 (or 0x68E2C0) is known color: Downy. HEX triplet: 68, E2 and C0. RGB value is (104,226,192). Sum of RGB (Red+Green+Blue) = 104+226+192=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #68E2C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E2C0 is #971D3F. Grayscale: #B9B9B9. Windows color (decimal): -9903424 or 12640872. OLE color: 12640872.
HSL color Cylindrical-coordinate representation of color #68E2C0: hue angle of 163.28º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E2C0 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 226 | 192 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.11 |
| HSL | 163.28º | 0.68% | 0.65% | - |
| HSV(B) | 163.28º | 0.54% | 0.89% | - |
| XYZ | 42.42 | 61.14 | 59.43 | - |
| YUV | 185.65 | 131.58 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 226 | 192 | 0.54 | 0 | 0.15 | 0.11 | 163.28 | 0.68 | 0.65 |
| Hex | 68 | E2 | C0 | 36 | 0 | F | B | A3 | 44 | 41 |
| Octal | 150 | 342 | 300 | 66 | 0 | 17 | 13 | 243 | 104 | 101 |
| Binary | 1101000 | 11100010 | 11000000 | 110110 | 0 | 1111 | 1011 | 10100011 | 1000100 | 1000001 |
Color Harmonies of #68E2C0
Complementary color
Monochromatic Colors of #68E2C0
Black with #68E2C0
Text Example
Text Example
White with #68E2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E2C0; }
p { color: rgb(104,226,192); }
H1.HeaderClassName
{
color: #68E2C0;
}
.AnyTagClassName
{
color: #68E2C0;
}
</style>
background-color css
<style>
a { background-color: #68E2C0; }
a { background-color: rgb(104,226,192); }
div.DivClassName
{
background-color: #68E2C0;
}
.BgClassName
{
background-color: #68E2C0;
}
</style>
border-color css
<style>
span { border-color: #68E2C0; }
span { border-color: rgb(104,226,192); }
td.TdClassName
{
border-color: #68E2C0;
}
.TagClassName
{
border-color: #68E2C0;
}
</style>