Shades of Downy #68EBCC
Tints of Downy #68EBCC
RGB
CMYK
RGB Variations
Color information
#68EBCC (or 0x68EBCC) is known color: Downy. HEX triplet: 68, EB and CC. RGB value is (104,235,204). Sum of RGB (Red+Green+Blue) = 104+235+204=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBCC is #971433. Grayscale: #C0C0C0. Windows color (decimal): -9901108 or 13429608. OLE color: 13429608.
HSL color Cylindrical-coordinate representation of color #68EBCC: hue angle of 165.8º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EBCC is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 235 | 204 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.08 |
| HSL | 165.8º | 0.77% | 0.66% | - |
| HSV(B) | 165.8º | 0.56% | 0.92% | - |
| XYZ | 46.32 | 66.72 | 67.56 | - |
| YUV | 192.3 | 134.6 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 235 | 204 | 0.56 | 0 | 0.13 | 0.08 | 165.8 | 0.77 | 0.66 |
| Hex | 68 | EB | CC | 38 | 0 | D | 8 | A6 | 4D | 42 |
| Octal | 150 | 353 | 314 | 70 | 0 | 15 | 10 | 246 | 115 | 102 |
| Binary | 1101000 | 11101011 | 11001100 | 111000 | 0 | 1101 | 1000 | 10100110 | 1001101 | 1000010 |
Color Harmonies of #68EBCC
Complementary color
Monochromatic Colors of #68EBCC
Black with #68EBCC
Text Example
Text Example
White with #68EBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EBCC; }
p { color: rgb(104,235,204); }
H1.HeaderClassName
{
color: #68EBCC;
}
.AnyTagClassName
{
color: #68EBCC;
}
</style>
background-color css
<style>
a { background-color: #68EBCC; }
a { background-color: rgb(104,235,204); }
div.DivClassName
{
background-color: #68EBCC;
}
.BgClassName
{
background-color: #68EBCC;
}
</style>
border-color css
<style>
span { border-color: #68EBCC; }
span { border-color: rgb(104,235,204); }
td.TdClassName
{
border-color: #68EBCC;
}
.TagClassName
{
border-color: #68EBCC;
}
</style>