Shades of Downy #68D0CA
Tints of Downy #68D0CA
RGB
CMYK
RGB Variations
Color information
#68D0CA (or 0x68D0CA) is known color: Downy. HEX triplet: 68, D0 and CA. RGB value is (104,208,202). Sum of RGB (Red+Green+Blue) = 104+208+202=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #68D0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D0CA is #972F35. Grayscale: #B0B0B0. Windows color (decimal): -9908022 or 13291624. OLE color: 13291624.
HSL color Cylindrical-coordinate representation of color #68D0CA: hue angle of 176.54º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D0CA is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 202 | - |
| CMYK | 0.5 | 0 | 0.03 | 0.18 |
| HSL | 176.54º | 0.53% | 0.61% | - |
| HSV(B) | 176.54º | 0.5% | 0.82% | - |
| XYZ | 38.93 | 52.32 | 63.92 | - |
| YUV | 176.22 | 142.54 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 202 | 0.5 | 0 | 0.03 | 0.18 | 176.54 | 0.53 | 0.61 |
| Hex | 68 | D0 | CA | 32 | 0 | 3 | 12 | B1 | 35 | 3D |
| Octal | 150 | 320 | 312 | 62 | 0 | 3 | 22 | 261 | 65 | 75 |
| Binary | 1101000 | 11010000 | 11001010 | 110010 | 0 | 11 | 10010 | 10110001 | 110101 | 111101 |
Color Harmonies of #68D0CA
Complementary color
Monochromatic Colors of #68D0CA
Black with #68D0CA
Text Example
Text Example
White with #68D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D0CA; }
p { color: rgb(104,208,202); }
H1.HeaderClassName
{
color: #68D0CA;
}
.AnyTagClassName
{
color: #68D0CA;
}
</style>
background-color css
<style>
a { background-color: #68D0CA; }
a { background-color: rgb(104,208,202); }
div.DivClassName
{
background-color: #68D0CA;
}
.BgClassName
{
background-color: #68D0CA;
}
</style>
border-color css
<style>
span { border-color: #68D0CA; }
span { border-color: rgb(104,208,202); }
td.TdClassName
{
border-color: #68D0CA;
}
.TagClassName
{
border-color: #68D0CA;
}
</style>