Shades of Downy #68ECBD
Tints of Downy #68ECBD
RGB
CMYK
RGB Variations
Color information
#68ECBD (or 0x68ECBD) is known color: Downy. HEX triplet: 68, EC and BD. RGB value is (104,236,189). Sum of RGB (Red+Green+Blue) = 104+236+189=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECBD is #971342. Grayscale: #BFBFBF. Windows color (decimal): -9900867 or 12446824. OLE color: 12446824.
HSL color Cylindrical-coordinate representation of color #68ECBD: hue angle of 158.64º 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 #68ECBD is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 189 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.07 |
| HSL | 158.64º | 0.78% | 0.67% | - |
| HSV(B) | 158.64º | 0.56% | 0.93% | - |
| XYZ | 44.89 | 66.61 | 58.63 | - |
| YUV | 191.17 | 126.77 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 189 | 0.56 | 0 | 0.20 | 0.07 | 158.64 | 0.78 | 0.67 |
| Hex | 68 | EC | BD | 38 | 0 | 14 | 7 | 9F | 4E | 43 |
| Octal | 150 | 354 | 275 | 70 | 0 | 24 | 7 | 237 | 116 | 103 |
| Binary | 1101000 | 11101100 | 10111101 | 111000 | 0 | 10100 | 111 | 10011111 | 1001110 | 1000011 |
Color Harmonies of #68ECBD
Complementary color
Monochromatic Colors of #68ECBD
Black with #68ECBD
Text Example
Text Example
White with #68ECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECBD; }
p { color: rgb(104,236,189); }
H1.HeaderClassName
{
color: #68ECBD;
}
.AnyTagClassName
{
color: #68ECBD;
}
</style>
background-color css
<style>
a { background-color: #68ECBD; }
a { background-color: rgb(104,236,189); }
div.DivClassName
{
background-color: #68ECBD;
}
.BgClassName
{
background-color: #68ECBD;
}
</style>
border-color css
<style>
span { border-color: #68ECBD; }
span { border-color: rgb(104,236,189); }
td.TdClassName
{
border-color: #68ECBD;
}
.TagClassName
{
border-color: #68ECBD;
}
</style>