Shades of Downy #68DCCA
Tints of Downy #68DCCA
RGB
CMYK
RGB Variations
Color information
#68DCCA (or 0x68DCCA) is known color: Downy. HEX triplet: 68, DC and CA. RGB value is (104,220,202). Sum of RGB (Red+Green+Blue) = 104+220+202=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCCA is #972335. Grayscale: #B7B7B7. Windows color (decimal): -9904950 or 13294696. OLE color: 13294696.
HSL color Cylindrical-coordinate representation of color #68DCCA: hue angle of 170.69º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCCA is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 202 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.14 |
| HSL | 170.69º | 0.62% | 0.64% | - |
| HSV(B) | 170.69º | 0.53% | 0.86% | - |
| XYZ | 41.96 | 58.39 | 64.94 | - |
| YUV | 183.26 | 138.57 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 202 | 0.53 | 0 | 0.08 | 0.14 | 170.69 | 0.62 | 0.64 |
| Hex | 68 | DC | CA | 35 | 0 | 8 | E | AB | 3E | 40 |
| Octal | 150 | 334 | 312 | 65 | 0 | 10 | 16 | 253 | 76 | 100 |
| Binary | 1101000 | 11011100 | 11001010 | 110101 | 0 | 1000 | 1110 | 10101011 | 111110 | 1000000 |
Color Harmonies of #68DCCA
Complementary color
Monochromatic Colors of #68DCCA
Black with #68DCCA
Text Example
Text Example
White with #68DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCCA; }
p { color: rgb(104,220,202); }
H1.HeaderClassName
{
color: #68DCCA;
}
.AnyTagClassName
{
color: #68DCCA;
}
</style>
background-color css
<style>
a { background-color: #68DCCA; }
a { background-color: rgb(104,220,202); }
div.DivClassName
{
background-color: #68DCCA;
}
.BgClassName
{
background-color: #68DCCA;
}
</style>
border-color css
<style>
span { border-color: #68DCCA; }
span { border-color: rgb(104,220,202); }
td.TdClassName
{
border-color: #68DCCA;
}
.TagClassName
{
border-color: #68DCCA;
}
</style>