Shades of Downy #68E7B9
Tints of Downy #68E7B9
RGB
CMYK
RGB Variations
Color information
#68E7B9 (or 0x68E7B9) is known color: Downy. HEX triplet: 68, E7 and B9. RGB value is (104,231,185). Sum of RGB (Red+Green+Blue) = 104+231+185=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #68E7B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E7B9 is #971846. Grayscale: #BBBBBB. Windows color (decimal): -9902151 or 12183400. OLE color: 12183400.
HSL color Cylindrical-coordinate representation of color #68E7B9: hue angle of 158.27º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E7B9 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 231 | 185 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.09 |
| HSL | 158.27º | 0.73% | 0.66% | - |
| HSV(B) | 158.27º | 0.55% | 0.91% | - |
| XYZ | 43.04 | 63.6 | 55.91 | - |
| YUV | 187.78 | 126.42 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 231 | 185 | 0.55 | 0 | 0.20 | 0.09 | 158.27 | 0.73 | 0.66 |
| Hex | 68 | E7 | B9 | 37 | 0 | 14 | 9 | 9E | 49 | 42 |
| Octal | 150 | 347 | 271 | 67 | 0 | 24 | 11 | 236 | 111 | 102 |
| Binary | 1101000 | 11100111 | 10111001 | 110111 | 0 | 10100 | 1001 | 10011110 | 1001001 | 1000010 |
Color Harmonies of #68E7B9
Complementary color
Monochromatic Colors of #68E7B9
Black with #68E7B9
Text Example
Text Example
White with #68E7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E7B9; }
p { color: rgb(104,231,185); }
H1.HeaderClassName
{
color: #68E7B9;
}
.AnyTagClassName
{
color: #68E7B9;
}
</style>
background-color css
<style>
a { background-color: #68E7B9; }
a { background-color: rgb(104,231,185); }
div.DivClassName
{
background-color: #68E7B9;
}
.BgClassName
{
background-color: #68E7B9;
}
</style>
border-color css
<style>
span { border-color: #68E7B9; }
span { border-color: rgb(104,231,185); }
td.TdClassName
{
border-color: #68E7B9;
}
.TagClassName
{
border-color: #68E7B9;
}
</style>