Shades of Downy #68E2BB
Tints of Downy #68E2BB
RGB
CMYK
RGB Variations
Color information
#68E2BB (or 0x68E2BB) is known color: Downy. HEX triplet: 68, E2 and BB. RGB value is (104,226,187). Sum of RGB (Red+Green+Blue) = 104+226+187=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #68E2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E2BB is #971D44. Grayscale: #B9B9B9. Windows color (decimal): -9903429 or 12313192. OLE color: 12313192.
HSL color Cylindrical-coordinate representation of color #68E2BB: hue angle of 160.82º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E2BB is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 226 | 187 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.11 |
| HSL | 160.82º | 0.68% | 0.65% | - |
| HSV(B) | 160.82º | 0.54% | 0.89% | - |
| XYZ | 41.87 | 60.92 | 56.57 | - |
| YUV | 185.08 | 129.08 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 226 | 187 | 0.54 | 0 | 0.17 | 0.11 | 160.82 | 0.68 | 0.65 |
| Hex | 68 | E2 | BB | 36 | 0 | 11 | B | A1 | 44 | 41 |
| Octal | 150 | 342 | 273 | 66 | 0 | 21 | 13 | 241 | 104 | 101 |
| Binary | 1101000 | 11100010 | 10111011 | 110110 | 0 | 10001 | 1011 | 10100001 | 1000100 | 1000001 |
Color Harmonies of #68E2BB
Complementary color
Monochromatic Colors of #68E2BB
Black with #68E2BB
Text Example
Text Example
White with #68E2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E2BB; }
p { color: rgb(104,226,187); }
H1.HeaderClassName
{
color: #68E2BB;
}
.AnyTagClassName
{
color: #68E2BB;
}
</style>
background-color css
<style>
a { background-color: #68E2BB; }
a { background-color: rgb(104,226,187); }
div.DivClassName
{
background-color: #68E2BB;
}
.BgClassName
{
background-color: #68E2BB;
}
</style>
border-color css
<style>
span { border-color: #68E2BB; }
span { border-color: rgb(104,226,187); }
td.TdClassName
{
border-color: #68E2BB;
}
.TagClassName
{
border-color: #68E2BB;
}
</style>