Shades of Downy #68DDCB
Tints of Downy #68DDCB
RGB
CMYK
RGB Variations
Color information
#68DDCB (or 0x68DDCB) is known color: Downy. HEX triplet: 68, DD and CB. RGB value is (104,221,203). Sum of RGB (Red+Green+Blue) = 104+221+203=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDCB is #972234. Grayscale: #B7B7B7. Windows color (decimal): -9904693 or 13360488. OLE color: 13360488.
HSL color Cylindrical-coordinate representation of color #68DDCB: hue angle of 170.77º degrees, saturation: 0.63, 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 #68DDCB is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 203 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.13 |
| HSL | 170.77º | 0.63% | 0.64% | - |
| HSV(B) | 170.77º | 0.53% | 0.87% | - |
| XYZ | 42.34 | 58.97 | 65.65 | - |
| YUV | 183.97 | 138.74 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 203 | 0.53 | 0 | 0.08 | 0.13 | 170.77 | 0.63 | 0.64 |
| Hex | 68 | DD | CB | 35 | 0 | 8 | D | AB | 3F | 40 |
| Octal | 150 | 335 | 313 | 65 | 0 | 10 | 15 | 253 | 77 | 100 |
| Binary | 1101000 | 11011101 | 11001011 | 110101 | 0 | 1000 | 1101 | 10101011 | 111111 | 1000000 |
Color Harmonies of #68DDCB
Complementary color
Monochromatic Colors of #68DDCB
Black with #68DDCB
Text Example
Text Example
White with #68DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDCB; }
p { color: rgb(104,221,203); }
H1.HeaderClassName
{
color: #68DDCB;
}
.AnyTagClassName
{
color: #68DDCB;
}
</style>
background-color css
<style>
a { background-color: #68DDCB; }
a { background-color: rgb(104,221,203); }
div.DivClassName
{
background-color: #68DDCB;
}
.BgClassName
{
background-color: #68DDCB;
}
</style>
border-color css
<style>
span { border-color: #68DDCB; }
span { border-color: rgb(104,221,203); }
td.TdClassName
{
border-color: #68DDCB;
}
.TagClassName
{
border-color: #68DDCB;
}
</style>