Shades of Downy #68D6D0
Tints of Downy #68D6D0
RGB
CMYK
RGB Variations
Color information
#68D6D0 (or 0x68D6D0) is known color: Downy. HEX triplet: 68, D6 and D0. RGB value is (104,214,208). Sum of RGB (Red+Green+Blue) = 104+214+208=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #68D6D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D6D0 is #97292F. Grayscale: #B4B4B4. Windows color (decimal): -9906480 or 13686376. OLE color: 13686376.
HSL color Cylindrical-coordinate representation of color #68D6D0: hue angle of 176.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D6D0 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 208 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.16 |
| HSL | 176.73º | 0.57% | 0.62% | - |
| HSV(B) | 176.73º | 0.51% | 0.84% | - |
| XYZ | 41.14 | 55.59 | 68.24 | - |
| YUV | 180.43 | 143.56 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 208 | 0.51 | 0 | 0.03 | 0.16 | 176.73 | 0.57 | 0.62 |
| Hex | 68 | D6 | D0 | 33 | 0 | 3 | 10 | B1 | 39 | 3E |
| Octal | 150 | 326 | 320 | 63 | 0 | 3 | 20 | 261 | 71 | 76 |
| Binary | 1101000 | 11010110 | 11010000 | 110011 | 0 | 11 | 10000 | 10110001 | 111001 | 111110 |
Color Harmonies of #68D6D0
Complementary color
Monochromatic Colors of #68D6D0
Black with #68D6D0
Text Example
Text Example
White with #68D6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D6D0; }
p { color: rgb(104,214,208); }
H1.HeaderClassName
{
color: #68D6D0;
}
.AnyTagClassName
{
color: #68D6D0;
}
</style>
background-color css
<style>
a { background-color: #68D6D0; }
a { background-color: rgb(104,214,208); }
div.DivClassName
{
background-color: #68D6D0;
}
.BgClassName
{
background-color: #68D6D0;
}
</style>
border-color css
<style>
span { border-color: #68D6D0; }
span { border-color: rgb(104,214,208); }
td.TdClassName
{
border-color: #68D6D0;
}
.TagClassName
{
border-color: #68D6D0;
}
</style>