Shades of Downy #68D8C4
Tints of Downy #68D8C4
RGB
CMYK
RGB Variations
Color information
#68D8C4 (or 0x68D8C4) is known color: Downy. HEX triplet: 68, D8 and C4. RGB value is (104,216,196). Sum of RGB (Red+Green+Blue) = 104+216+196=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #68D8C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D8C4 is #97273B. Grayscale: #B4B4B4. Windows color (decimal): -9905980 or 12900456. OLE color: 12900456.
HSL color Cylindrical-coordinate representation of color #68D8C4: hue angle of 169.29º degrees, saturation: 0.59, 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 #68D8C4 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 196 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.15 |
| HSL | 169.29º | 0.59% | 0.63% | - |
| HSV(B) | 169.29º | 0.52% | 0.85% | - |
| XYZ | 40.23 | 56.04 | 60.92 | - |
| YUV | 180.23 | 136.89 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 196 | 0.52 | 0 | 0.09 | 0.15 | 169.29 | 0.59 | 0.63 |
| Hex | 68 | D8 | C4 | 34 | 0 | 9 | F | A9 | 3B | 3F |
| Octal | 150 | 330 | 304 | 64 | 0 | 11 | 17 | 251 | 73 | 77 |
| Binary | 1101000 | 11011000 | 11000100 | 110100 | 0 | 1001 | 1111 | 10101001 | 111011 | 111111 |
Color Harmonies of #68D8C4
Complementary color
Monochromatic Colors of #68D8C4
Black with #68D8C4
Text Example
Text Example
White with #68D8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D8C4; }
p { color: rgb(104,216,196); }
H1.HeaderClassName
{
color: #68D8C4;
}
.AnyTagClassName
{
color: #68D8C4;
}
</style>
background-color css
<style>
a { background-color: #68D8C4; }
a { background-color: rgb(104,216,196); }
div.DivClassName
{
background-color: #68D8C4;
}
.BgClassName
{
background-color: #68D8C4;
}
</style>
border-color css
<style>
span { border-color: #68D8C4; }
span { border-color: rgb(104,216,196); }
td.TdClassName
{
border-color: #68D8C4;
}
.TagClassName
{
border-color: #68D8C4;
}
</style>