Shades of Downy #68E1BB
Tints of Downy #68E1BB
RGB
CMYK
RGB Variations
Color information
#68E1BB (or 0x68E1BB) is known color: Downy. HEX triplet: 68, E1 and BB. RGB value is (104,225,187). Sum of RGB (Red+Green+Blue) = 104+225+187=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #68E1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E1BB is #971E44. Grayscale: #B8B8B8. Windows color (decimal): -9903685 or 12312936. OLE color: 12312936.
HSL color Cylindrical-coordinate representation of color #68E1BB: hue angle of 161.16º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E1BB is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 225 | 187 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.12 |
| HSL | 161.16º | 0.67% | 0.65% | - |
| HSV(B) | 161.16º | 0.54% | 0.88% | - |
| XYZ | 41.6 | 60.38 | 56.48 | - |
| YUV | 184.49 | 129.41 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 225 | 187 | 0.54 | 0 | 0.17 | 0.12 | 161.16 | 0.67 | 0.65 |
| Hex | 68 | E1 | BB | 36 | 0 | 11 | C | A1 | 43 | 41 |
| Octal | 150 | 341 | 273 | 66 | 0 | 21 | 14 | 241 | 103 | 101 |
| Binary | 1101000 | 11100001 | 10111011 | 110110 | 0 | 10001 | 1100 | 10100001 | 1000011 | 1000001 |
Color Harmonies of #68E1BB
Complementary color
Monochromatic Colors of #68E1BB
Black with #68E1BB
Text Example
Text Example
White with #68E1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E1BB; }
p { color: rgb(104,225,187); }
H1.HeaderClassName
{
color: #68E1BB;
}
.AnyTagClassName
{
color: #68E1BB;
}
</style>
background-color css
<style>
a { background-color: #68E1BB; }
a { background-color: rgb(104,225,187); }
div.DivClassName
{
background-color: #68E1BB;
}
.BgClassName
{
background-color: #68E1BB;
}
</style>
border-color css
<style>
span { border-color: #68E1BB; }
span { border-color: rgb(104,225,187); }
td.TdClassName
{
border-color: #68E1BB;
}
.TagClassName
{
border-color: #68E1BB;
}
</style>