Shades of Downy #68EFBC
Tints of Downy #68EFBC
RGB
CMYK
RGB Variations
Color information
#68EFBC (or 0x68EFBC) is known color: Downy. HEX triplet: 68, EF and BC. RGB value is (104,239,188). Sum of RGB (Red+Green+Blue) = 104+239+188=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EFBC is #971043. Grayscale: #C0C0C0. Windows color (decimal): -9900100 or 12382056. OLE color: 12382056.
HSL color Cylindrical-coordinate representation of color #68EFBC: hue angle of 157.33º 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 #68EFBC is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 188 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.06 |
| HSL | 157.33º | 0.81% | 0.67% | - |
| HSV(B) | 157.33º | 0.56% | 0.94% | - |
| XYZ | 45.65 | 68.31 | 58.36 | - |
| YUV | 192.82 | 125.27 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 188 | 0.56 | 0 | 0.21 | 0.06 | 157.33 | 0.81 | 0.67 |
| Hex | 68 | EF | BC | 38 | 0 | 15 | 6 | 9D | 51 | 43 |
| Octal | 150 | 357 | 274 | 70 | 0 | 25 | 6 | 235 | 121 | 103 |
| Binary | 1101000 | 11101111 | 10111100 | 111000 | 0 | 10101 | 110 | 10011101 | 1010001 | 1000011 |
Color Harmonies of #68EFBC
Complementary color
Monochromatic Colors of #68EFBC
Black with #68EFBC
Text Example
Text Example
White with #68EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFBC; }
p { color: rgb(104,239,188); }
H1.HeaderClassName
{
color: #68EFBC;
}
.AnyTagClassName
{
color: #68EFBC;
}
</style>
background-color css
<style>
a { background-color: #68EFBC; }
a { background-color: rgb(104,239,188); }
div.DivClassName
{
background-color: #68EFBC;
}
.BgClassName
{
background-color: #68EFBC;
}
</style>
border-color css
<style>
span { border-color: #68EFBC; }
span { border-color: rgb(104,239,188); }
td.TdClassName
{
border-color: #68EFBC;
}
.TagClassName
{
border-color: #68EFBC;
}
</style>