Shades of Downy #68DFD2
Tints of Downy #68DFD2
RGB
CMYK
RGB Variations
Color information
#68DFD2 (or 0x68DFD2) is known color: Downy. HEX triplet: 68, DF and D2. RGB value is (104,223,210). Sum of RGB (Red+Green+Blue) = 104+223+210=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFD2 is #97202D. Grayscale: #B9B9B9. Windows color (decimal): -9904174 or 13819752. OLE color: 13819752.
HSL color Cylindrical-coordinate representation of color #68DFD2: hue angle of 173.45º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DFD2 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 210 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.13 |
| HSL | 173.45º | 0.65% | 0.64% | - |
| HSV(B) | 173.45º | 0.53% | 0.87% | - |
| XYZ | 43.73 | 60.37 | 70.32 | - |
| YUV | 185.94 | 141.58 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 210 | 0.53 | 0 | 0.06 | 0.13 | 173.45 | 0.65 | 0.64 |
| Hex | 68 | DF | D2 | 35 | 0 | 6 | D | AD | 41 | 40 |
| Octal | 150 | 337 | 322 | 65 | 0 | 6 | 15 | 255 | 101 | 100 |
| Binary | 1101000 | 11011111 | 11010010 | 110101 | 0 | 110 | 1101 | 10101101 | 1000001 | 1000000 |
Color Harmonies of #68DFD2
Complementary color
Monochromatic Colors of #68DFD2
Black with #68DFD2
Text Example
Text Example
White with #68DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFD2; }
p { color: rgb(104,223,210); }
H1.HeaderClassName
{
color: #68DFD2;
}
.AnyTagClassName
{
color: #68DFD2;
}
</style>
background-color css
<style>
a { background-color: #68DFD2; }
a { background-color: rgb(104,223,210); }
div.DivClassName
{
background-color: #68DFD2;
}
.BgClassName
{
background-color: #68DFD2;
}
</style>
border-color css
<style>
span { border-color: #68DFD2; }
span { border-color: rgb(104,223,210); }
td.TdClassName
{
border-color: #68DFD2;
}
.TagClassName
{
border-color: #68DFD2;
}
</style>