Shades of Downy #68E0CA
Tints of Downy #68E0CA
RGB
CMYK
RGB Variations
Color information
#68E0CA (or 0x68E0CA) is known color: Downy. HEX triplet: 68, E0 and CA. RGB value is (104,224,202). Sum of RGB (Red+Green+Blue) = 104+224+202=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #68E0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E0CA is #971F35. Grayscale: #B9B9B9. Windows color (decimal): -9903926 or 13295720. OLE color: 13295720.
HSL color Cylindrical-coordinate representation of color #68E0CA: hue angle of 169º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E0CA is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 224 | 202 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.12 |
| HSL | 169º | 0.66% | 0.64% | - |
| HSV(B) | 169º | 0.54% | 0.88% | - |
| XYZ | 43.03 | 60.52 | 65.29 | - |
| YUV | 185.61 | 137.24 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 224 | 202 | 0.54 | 0 | 0.10 | 0.12 | 169 | 0.66 | 0.64 |
| Hex | 68 | E0 | CA | 36 | 0 | A | C | A9 | 42 | 40 |
| Octal | 150 | 340 | 312 | 66 | 0 | 12 | 14 | 251 | 102 | 100 |
| Binary | 1101000 | 11100000 | 11001010 | 110110 | 0 | 1010 | 1100 | 10101001 | 1000010 | 1000000 |
Color Harmonies of #68E0CA
Complementary color
Monochromatic Colors of #68E0CA
Black with #68E0CA
Text Example
Text Example
White with #68E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E0CA; }
p { color: rgb(104,224,202); }
H1.HeaderClassName
{
color: #68E0CA;
}
.AnyTagClassName
{
color: #68E0CA;
}
</style>
background-color css
<style>
a { background-color: #68E0CA; }
a { background-color: rgb(104,224,202); }
div.DivClassName
{
background-color: #68E0CA;
}
.BgClassName
{
background-color: #68E0CA;
}
</style>
border-color css
<style>
span { border-color: #68E0CA; }
span { border-color: rgb(104,224,202); }
td.TdClassName
{
border-color: #68E0CA;
}
.TagClassName
{
border-color: #68E0CA;
}
</style>