Shades of Downy #68E2CA
Tints of Downy #68E2CA
RGB
CMYK
RGB Variations
Color information
#68E2CA (or 0x68E2CA) is known color: Downy. HEX triplet: 68, E2 and CA. RGB value is (104,226,202). Sum of RGB (Red+Green+Blue) = 104+226+202=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 226 - color contains mainly: green. Hex color #68E2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E2CA is #971D35. Grayscale: #BABABA. Windows color (decimal): -9903414 or 13296232. OLE color: 13296232.
HSL color Cylindrical-coordinate representation of color #68E2CA: hue angle of 168.2º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E2CA is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 226 | 202 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.11 |
| HSL | 168.2º | 0.68% | 0.65% | - |
| HSV(B) | 168.2º | 0.54% | 0.89% | - |
| XYZ | 43.57 | 61.6 | 65.47 | - |
| YUV | 186.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 226 | 202 | 0.54 | 0 | 0.11 | 0.11 | 168.2 | 0.68 | 0.65 |
| Hex | 68 | E2 | CA | 36 | 0 | B | B | A8 | 44 | 41 |
| Octal | 150 | 342 | 312 | 66 | 0 | 13 | 13 | 250 | 104 | 101 |
| Binary | 1101000 | 11100010 | 11001010 | 110110 | 0 | 1011 | 1011 | 10101000 | 1000100 | 1000001 |
Color Harmonies of #68E2CA
Complementary color
Monochromatic Colors of #68E2CA
Black with #68E2CA
Text Example
Text Example
White with #68E2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E2CA; }
p { color: rgb(104,226,202); }
H1.HeaderClassName
{
color: #68E2CA;
}
.AnyTagClassName
{
color: #68E2CA;
}
</style>
background-color css
<style>
a { background-color: #68E2CA; }
a { background-color: rgb(104,226,202); }
div.DivClassName
{
background-color: #68E2CA;
}
.BgClassName
{
background-color: #68E2CA;
}
</style>
border-color css
<style>
span { border-color: #68E2CA; }
span { border-color: rgb(104,226,202); }
td.TdClassName
{
border-color: #68E2CA;
}
.TagClassName
{
border-color: #68E2CA;
}
</style>