Shades of Downy #68D9C5
Tints of Downy #68D9C5
RGB
CMYK
RGB Variations
Color information
#68D9C5 (or 0x68D9C5) is known color: Downy. HEX triplet: 68, D9 and C5. RGB value is (104,217,197). Sum of RGB (Red+Green+Blue) = 104+217+197=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D9C5 is #97263A. Grayscale: #B4B4B4. Windows color (decimal): -9905723 or 12966248. OLE color: 12966248.
HSL color Cylindrical-coordinate representation of color #68D9C5: hue angle of 169.38º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D9C5 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 197 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.15 |
| HSL | 169.38º | 0.6% | 0.63% | - |
| HSV(B) | 169.38º | 0.52% | 0.85% | - |
| XYZ | 40.6 | 56.6 | 61.61 | - |
| YUV | 180.93 | 137.06 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 197 | 0.52 | 0 | 0.09 | 0.15 | 169.38 | 0.6 | 0.63 |
| Hex | 68 | D9 | C5 | 34 | 0 | 9 | F | A9 | 3C | 3F |
| Octal | 150 | 331 | 305 | 64 | 0 | 11 | 17 | 251 | 74 | 77 |
| Binary | 1101000 | 11011001 | 11000101 | 110100 | 0 | 1001 | 1111 | 10101001 | 111100 | 111111 |
Color Harmonies of #68D9C5
Complementary color
Monochromatic Colors of #68D9C5
Black with #68D9C5
Text Example
Text Example
White with #68D9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D9C5; }
p { color: rgb(104,217,197); }
H1.HeaderClassName
{
color: #68D9C5;
}
.AnyTagClassName
{
color: #68D9C5;
}
</style>
background-color css
<style>
a { background-color: #68D9C5; }
a { background-color: rgb(104,217,197); }
div.DivClassName
{
background-color: #68D9C5;
}
.BgClassName
{
background-color: #68D9C5;
}
</style>
border-color css
<style>
span { border-color: #68D9C5; }
span { border-color: rgb(104,217,197); }
td.TdClassName
{
border-color: #68D9C5;
}
.TagClassName
{
border-color: #68D9C5;
}
</style>