Shades of Downy #68EEB9
Tints of Downy #68EEB9
RGB
CMYK
RGB Variations
Color information
#68EEB9 (or 0x68EEB9) is known color: Downy. HEX triplet: 68, EE and B9. RGB value is (104,238,185). Sum of RGB (Red+Green+Blue) = 104+238+185=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EEB9 is #971146. Grayscale: #BFBFBF. Windows color (decimal): -9900359 or 12185192. OLE color: 12185192.
HSL color Cylindrical-coordinate representation of color #68EEB9: hue angle of 156.27º degrees, saturation: 0.8, 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 #68EEB9 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 185 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.07 |
| HSL | 156.27º | 0.8% | 0.67% | - |
| HSV(B) | 156.27º | 0.56% | 0.93% | - |
| XYZ | 45.04 | 67.59 | 56.57 | - |
| YUV | 191.89 | 124.11 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 185 | 0.56 | 0 | 0.22 | 0.07 | 156.27 | 0.8 | 0.67 |
| Hex | 68 | EE | B9 | 38 | 0 | 16 | 7 | 9C | 50 | 43 |
| Octal | 150 | 356 | 271 | 70 | 0 | 26 | 7 | 234 | 120 | 103 |
| Binary | 1101000 | 11101110 | 10111001 | 111000 | 0 | 10110 | 111 | 10011100 | 1010000 | 1000011 |
Color Harmonies of #68EEB9
Complementary color
Monochromatic Colors of #68EEB9
Black with #68EEB9
Text Example
Text Example
White with #68EEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEB9; }
p { color: rgb(104,238,185); }
H1.HeaderClassName
{
color: #68EEB9;
}
.AnyTagClassName
{
color: #68EEB9;
}
</style>
background-color css
<style>
a { background-color: #68EEB9; }
a { background-color: rgb(104,238,185); }
div.DivClassName
{
background-color: #68EEB9;
}
.BgClassName
{
background-color: #68EEB9;
}
</style>
border-color css
<style>
span { border-color: #68EEB9; }
span { border-color: rgb(104,238,185); }
td.TdClassName
{
border-color: #68EEB9;
}
.TagClassName
{
border-color: #68EEB9;
}
</style>