Shades of Downy #68ECCA
Tints of Downy #68ECCA
RGB
CMYK
RGB Variations
Color information
#68ECCA (or 0x68ECCA) is known color: Downy. HEX triplet: 68, EC and CA. RGB value is (104,236,202). Sum of RGB (Red+Green+Blue) = 104+236+202=542 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.19% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECCA is #971335. Grayscale: #C0C0C0. Windows color (decimal): -9900854 or 13298792. OLE color: 13298792.
HSL color Cylindrical-coordinate representation of color #68ECCA: hue angle of 164.55º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68ECCA is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 202 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.07 |
| HSL | 164.55º | 0.78% | 0.67% | - |
| HSV(B) | 164.55º | 0.56% | 0.93% | - |
| XYZ | 46.37 | 67.2 | 66.4 | - |
| YUV | 192.66 | 133.27 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 202 | 0.56 | 0 | 0.14 | 0.07 | 164.55 | 0.78 | 0.67 |
| Hex | 68 | EC | CA | 38 | 0 | E | 7 | A5 | 4E | 43 |
| Octal | 150 | 354 | 312 | 70 | 0 | 16 | 7 | 245 | 116 | 103 |
| Binary | 1101000 | 11101100 | 11001010 | 111000 | 0 | 1110 | 111 | 10100101 | 1001110 | 1000011 |
Color Harmonies of #68ECCA
Complementary color
Monochromatic Colors of #68ECCA
Black with #68ECCA
Text Example
Text Example
White with #68ECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECCA; }
p { color: rgb(104,236,202); }
H1.HeaderClassName
{
color: #68ECCA;
}
.AnyTagClassName
{
color: #68ECCA;
}
</style>
background-color css
<style>
a { background-color: #68ECCA; }
a { background-color: rgb(104,236,202); }
div.DivClassName
{
background-color: #68ECCA;
}
.BgClassName
{
background-color: #68ECCA;
}
</style>
border-color css
<style>
span { border-color: #68ECCA; }
span { border-color: rgb(104,236,202); }
td.TdClassName
{
border-color: #68ECCA;
}
.TagClassName
{
border-color: #68ECCA;
}
</style>