Shades of Downy #68DFBE
Tints of Downy #68DFBE
RGB
CMYK
RGB Variations
Color information
#68DFBE (or 0x68DFBE) is known color: Downy. HEX triplet: 68, DF and BE. RGB value is (104,223,190). Sum of RGB (Red+Green+Blue) = 104+223+190=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFBE is #972041. Grayscale: #B7B7B7. Windows color (decimal): -9904194 or 12509032. OLE color: 12509032.
HSL color Cylindrical-coordinate representation of color #68DFBE: hue angle of 163.36º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DFBE is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 190 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.13 |
| HSL | 163.36º | 0.65% | 0.64% | - |
| HSV(B) | 163.36º | 0.53% | 0.87% | - |
| XYZ | 41.39 | 59.44 | 58.01 | - |
| YUV | 183.66 | 131.58 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 190 | 0.53 | 0 | 0.15 | 0.13 | 163.36 | 0.65 | 0.64 |
| Hex | 68 | DF | BE | 35 | 0 | F | D | A3 | 41 | 40 |
| Octal | 150 | 337 | 276 | 65 | 0 | 17 | 15 | 243 | 101 | 100 |
| Binary | 1101000 | 11011111 | 10111110 | 110101 | 0 | 1111 | 1101 | 10100011 | 1000001 | 1000000 |
Color Harmonies of #68DFBE
Complementary color
Monochromatic Colors of #68DFBE
Black with #68DFBE
Text Example
Text Example
White with #68DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFBE; }
p { color: rgb(104,223,190); }
H1.HeaderClassName
{
color: #68DFBE;
}
.AnyTagClassName
{
color: #68DFBE;
}
</style>
background-color css
<style>
a { background-color: #68DFBE; }
a { background-color: rgb(104,223,190); }
div.DivClassName
{
background-color: #68DFBE;
}
.BgClassName
{
background-color: #68DFBE;
}
</style>
border-color css
<style>
span { border-color: #68DFBE; }
span { border-color: rgb(104,223,190); }
td.TdClassName
{
border-color: #68DFBE;
}
.TagClassName
{
border-color: #68DFBE;
}
</style>