Shades of Downy #68EFBD
Tints of Downy #68EFBD
RGB
CMYK
RGB Variations
Color information
#68EFBD (or 0x68EFBD) is known color: Downy. HEX triplet: 68, EF and BD. RGB value is (104,239,189). Sum of RGB (Red+Green+Blue) = 104+239+189=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EFBD is #971042. Grayscale: #C0C0C0. Windows color (decimal): -9900099 or 12447592. OLE color: 12447592.
HSL color Cylindrical-coordinate representation of color #68EFBD: hue angle of 157.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EFBD is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 189 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.06 |
| HSL | 157.78º | 0.81% | 0.67% | - |
| HSV(B) | 157.78º | 0.56% | 0.94% | - |
| XYZ | 45.76 | 68.35 | 58.93 | - |
| YUV | 192.94 | 125.77 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 189 | 0.56 | 0 | 0.21 | 0.06 | 157.78 | 0.81 | 0.67 |
| Hex | 68 | EF | BD | 38 | 0 | 15 | 6 | 9E | 51 | 43 |
| Octal | 150 | 357 | 275 | 70 | 0 | 25 | 6 | 236 | 121 | 103 |
| Binary | 1101000 | 11101111 | 10111101 | 111000 | 0 | 10101 | 110 | 10011110 | 1010001 | 1000011 |
Color Harmonies of #68EFBD
Complementary color
Monochromatic Colors of #68EFBD
Black with #68EFBD
Text Example
Text Example
White with #68EFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFBD; }
p { color: rgb(104,239,189); }
H1.HeaderClassName
{
color: #68EFBD;
}
.AnyTagClassName
{
color: #68EFBD;
}
</style>
background-color css
<style>
a { background-color: #68EFBD; }
a { background-color: rgb(104,239,189); }
div.DivClassName
{
background-color: #68EFBD;
}
.BgClassName
{
background-color: #68EFBD;
}
</style>
border-color css
<style>
span { border-color: #68EFBD; }
span { border-color: rgb(104,239,189); }
td.TdClassName
{
border-color: #68EFBD;
}
.TagClassName
{
border-color: #68EFBD;
}
</style>