Shades of Downy #68D9C0
Tints of Downy #68D9C0
RGB
CMYK
RGB Variations
Color information
#68D9C0 (or 0x68D9C0) is known color: Downy. HEX triplet: 68, D9 and C0. RGB value is (104,217,192). Sum of RGB (Red+Green+Blue) = 104+217+192=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D9C0 is #97263F. Grayscale: #B4B4B4. Windows color (decimal): -9905728 or 12638568. OLE color: 12638568.
HSL color Cylindrical-coordinate representation of color #68D9C0: hue angle of 166.73º 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 #68D9C0 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 192 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.15 |
| HSL | 166.73º | 0.6% | 0.63% | - |
| HSV(B) | 166.73º | 0.52% | 0.85% | - |
| XYZ | 40.04 | 56.37 | 58.64 | - |
| YUV | 180.36 | 134.56 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 192 | 0.52 | 0 | 0.12 | 0.15 | 166.73 | 0.6 | 0.63 |
| Hex | 68 | D9 | C0 | 34 | 0 | C | F | A7 | 3C | 3F |
| Octal | 150 | 331 | 300 | 64 | 0 | 14 | 17 | 247 | 74 | 77 |
| Binary | 1101000 | 11011001 | 11000000 | 110100 | 0 | 1100 | 1111 | 10100111 | 111100 | 111111 |
Color Harmonies of #68D9C0
Complementary color
Monochromatic Colors of #68D9C0
Black with #68D9C0
Text Example
Text Example
White with #68D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D9C0; }
p { color: rgb(104,217,192); }
H1.HeaderClassName
{
color: #68D9C0;
}
.AnyTagClassName
{
color: #68D9C0;
}
</style>
background-color css
<style>
a { background-color: #68D9C0; }
a { background-color: rgb(104,217,192); }
div.DivClassName
{
background-color: #68D9C0;
}
.BgClassName
{
background-color: #68D9C0;
}
</style>
border-color css
<style>
span { border-color: #68D9C0; }
span { border-color: rgb(104,217,192); }
td.TdClassName
{
border-color: #68D9C0;
}
.TagClassName
{
border-color: #68D9C0;
}
</style>