Shades of Downy #68ECB9
Tints of Downy #68ECB9
RGB
CMYK
RGB Variations
Color information
#68ECB9 (or 0x68ECB9) is known color: Downy. HEX triplet: 68, EC and B9. RGB value is (104,236,185). Sum of RGB (Red+Green+Blue) = 104+236+185=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECB9 is #971346. Grayscale: #BEBEBE. Windows color (decimal): -9900871 or 12184680. OLE color: 12184680.
HSL color Cylindrical-coordinate representation of color #68ECB9: hue angle of 156.82º 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 #68ECB9 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 185 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.07 |
| HSL | 156.82º | 0.78% | 0.67% | - |
| HSV(B) | 156.82º | 0.56% | 0.93% | - |
| XYZ | 44.46 | 66.44 | 56.38 | - |
| YUV | 190.72 | 124.77 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 185 | 0.56 | 0 | 0.22 | 0.07 | 156.82 | 0.78 | 0.67 |
| Hex | 68 | EC | B9 | 38 | 0 | 16 | 7 | 9D | 4E | 43 |
| Octal | 150 | 354 | 271 | 70 | 0 | 26 | 7 | 235 | 116 | 103 |
| Binary | 1101000 | 11101100 | 10111001 | 111000 | 0 | 10110 | 111 | 10011101 | 1001110 | 1000011 |
Color Harmonies of #68ECB9
Complementary color
Monochromatic Colors of #68ECB9
Black with #68ECB9
Text Example
Text Example
White with #68ECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECB9; }
p { color: rgb(104,236,185); }
H1.HeaderClassName
{
color: #68ECB9;
}
.AnyTagClassName
{
color: #68ECB9;
}
</style>
background-color css
<style>
a { background-color: #68ECB9; }
a { background-color: rgb(104,236,185); }
div.DivClassName
{
background-color: #68ECB9;
}
.BgClassName
{
background-color: #68ECB9;
}
</style>
border-color css
<style>
span { border-color: #68ECB9; }
span { border-color: rgb(104,236,185); }
td.TdClassName
{
border-color: #68ECB9;
}
.TagClassName
{
border-color: #68ECB9;
}
</style>