Shades of Downy #68E1C9
Tints of Downy #68E1C9
RGB
CMYK
RGB Variations
Color information
#68E1C9 (or 0x68E1C9) is known color: Downy. HEX triplet: 68, E1 and C9. RGB value is (104,225,201). Sum of RGB (Red+Green+Blue) = 104+225+201=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #68E1C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E1C9 is #971E36. Grayscale: #BABABA. Windows color (decimal): -9903671 or 13230440. OLE color: 13230440.
HSL color Cylindrical-coordinate representation of color #68E1C9: hue angle of 168.1º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E1C9 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 225 | 201 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.12 |
| HSL | 168.1º | 0.67% | 0.65% | - |
| HSV(B) | 168.1º | 0.54% | 0.88% | - |
| XYZ | 43.18 | 61.01 | 64.76 | - |
| YUV | 186.09 | 136.41 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 225 | 201 | 0.54 | 0 | 0.11 | 0.12 | 168.1 | 0.67 | 0.65 |
| Hex | 68 | E1 | C9 | 36 | 0 | B | C | A8 | 43 | 41 |
| Octal | 150 | 341 | 311 | 66 | 0 | 13 | 14 | 250 | 103 | 101 |
| Binary | 1101000 | 11100001 | 11001001 | 110110 | 0 | 1011 | 1100 | 10101000 | 1000011 | 1000001 |
Color Harmonies of #68E1C9
Complementary color
Monochromatic Colors of #68E1C9
Black with #68E1C9
Text Example
Text Example
White with #68E1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E1C9; }
p { color: rgb(104,225,201); }
H1.HeaderClassName
{
color: #68E1C9;
}
.AnyTagClassName
{
color: #68E1C9;
}
</style>
background-color css
<style>
a { background-color: #68E1C9; }
a { background-color: rgb(104,225,201); }
div.DivClassName
{
background-color: #68E1C9;
}
.BgClassName
{
background-color: #68E1C9;
}
</style>
border-color css
<style>
span { border-color: #68E1C9; }
span { border-color: rgb(104,225,201); }
td.TdClassName
{
border-color: #68E1C9;
}
.TagClassName
{
border-color: #68E1C9;
}
</style>