Shades of Downy #68DECA
Tints of Downy #68DECA
RGB
CMYK
RGB Variations
Color information
#68DECA (or 0x68DECA) is known color: Downy. HEX triplet: 68, DE and CA. RGB value is (104,222,202). Sum of RGB (Red+Green+Blue) = 104+222+202=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #68DECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DECA is #972135. Grayscale: #B8B8B8. Windows color (decimal): -9904438 or 13295208. OLE color: 13295208.
HSL color Cylindrical-coordinate representation of color #68DECA: hue angle of 169.83º degrees, saturation: 0.64, 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 #68DECA is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 202 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.13 |
| HSL | 169.83º | 0.64% | 0.64% | - |
| HSV(B) | 169.83º | 0.53% | 0.87% | - |
| XYZ | 42.49 | 59.45 | 65.11 | - |
| YUV | 184.44 | 137.91 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 202 | 0.53 | 0 | 0.09 | 0.13 | 169.83 | 0.64 | 0.64 |
| Hex | 68 | DE | CA | 35 | 0 | 9 | D | AA | 40 | 40 |
| Octal | 150 | 336 | 312 | 65 | 0 | 11 | 15 | 252 | 100 | 100 |
| Binary | 1101000 | 11011110 | 11001010 | 110101 | 0 | 1001 | 1101 | 10101010 | 1000000 | 1000000 |
Color Harmonies of #68DECA
Complementary color
Monochromatic Colors of #68DECA
Black with #68DECA
Text Example
Text Example
White with #68DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DECA; }
p { color: rgb(104,222,202); }
H1.HeaderClassName
{
color: #68DECA;
}
.AnyTagClassName
{
color: #68DECA;
}
</style>
background-color css
<style>
a { background-color: #68DECA; }
a { background-color: rgb(104,222,202); }
div.DivClassName
{
background-color: #68DECA;
}
.BgClassName
{
background-color: #68DECA;
}
</style>
border-color css
<style>
span { border-color: #68DECA; }
span { border-color: rgb(104,222,202); }
td.TdClassName
{
border-color: #68DECA;
}
.TagClassName
{
border-color: #68DECA;
}
</style>