Shades of Downy #68ECBE
Tints of Downy #68ECBE
RGB
CMYK
RGB Variations
Color information
#68ECBE (or 0x68ECBE) is known color: Downy. HEX triplet: 68, EC and BE. RGB value is (104,236,190). Sum of RGB (Red+Green+Blue) = 104+236+190=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECBE is #971341. Grayscale: #BFBFBF. Windows color (decimal): -9900866 or 12512360. OLE color: 12512360.
HSL color Cylindrical-coordinate representation of color #68ECBE: hue angle of 159.09º 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 #68ECBE is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 190 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.07 |
| HSL | 159.09º | 0.78% | 0.67% | - |
| HSV(B) | 159.09º | 0.56% | 0.93% | - |
| XYZ | 45 | 66.65 | 59.21 | - |
| YUV | 191.29 | 127.27 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 190 | 0.56 | 0 | 0.19 | 0.07 | 159.09 | 0.78 | 0.67 |
| Hex | 68 | EC | BE | 38 | 0 | 13 | 7 | 9F | 4E | 43 |
| Octal | 150 | 354 | 276 | 70 | 0 | 23 | 7 | 237 | 116 | 103 |
| Binary | 1101000 | 11101100 | 10111110 | 111000 | 0 | 10011 | 111 | 10011111 | 1001110 | 1000011 |
Color Harmonies of #68ECBE
Complementary color
Monochromatic Colors of #68ECBE
Black with #68ECBE
Text Example
Text Example
White with #68ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECBE; }
p { color: rgb(104,236,190); }
H1.HeaderClassName
{
color: #68ECBE;
}
.AnyTagClassName
{
color: #68ECBE;
}
</style>
background-color css
<style>
a { background-color: #68ECBE; }
a { background-color: rgb(104,236,190); }
div.DivClassName
{
background-color: #68ECBE;
}
.BgClassName
{
background-color: #68ECBE;
}
</style>
border-color css
<style>
span { border-color: #68ECBE; }
span { border-color: rgb(104,236,190); }
td.TdClassName
{
border-color: #68ECBE;
}
.TagClassName
{
border-color: #68ECBE;
}
</style>