Shades of Downy #68D2BE
Tints of Downy #68D2BE
RGB
CMYK
RGB Variations
Color information
#68D2BE (or 0x68D2BE) is known color: Downy. HEX triplet: 68, D2 and BE. RGB value is (104,210,190). Sum of RGB (Red+Green+Blue) = 104+210+190=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #68D2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D2BE is #972D41. Grayscale: #B0B0B0. Windows color (decimal): -9907522 or 12505704. OLE color: 12505704.
HSL color Cylindrical-coordinate representation of color #68D2BE: hue angle of 168.68º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D2BE is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 210 | 190 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.18 |
| HSL | 168.68º | 0.54% | 0.62% | - |
| HSV(B) | 168.68º | 0.5% | 0.82% | - |
| XYZ | 38.05 | 52.75 | 56.89 | - |
| YUV | 176.03 | 135.88 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 210 | 190 | 0.50 | 0 | 0.10 | 0.18 | 168.68 | 0.54 | 0.62 |
| Hex | 68 | D2 | BE | 32 | 0 | A | 12 | A9 | 36 | 3E |
| Octal | 150 | 322 | 276 | 62 | 0 | 12 | 22 | 251 | 66 | 76 |
| Binary | 1101000 | 11010010 | 10111110 | 110010 | 0 | 1010 | 10010 | 10101001 | 110110 | 111110 |
Color Harmonies of #68D2BE
Complementary color
Monochromatic Colors of #68D2BE
Black with #68D2BE
Text Example
Text Example
White with #68D2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D2BE; }
p { color: rgb(104,210,190); }
H1.HeaderClassName
{
color: #68D2BE;
}
.AnyTagClassName
{
color: #68D2BE;
}
</style>
background-color css
<style>
a { background-color: #68D2BE; }
a { background-color: rgb(104,210,190); }
div.DivClassName
{
background-color: #68D2BE;
}
.BgClassName
{
background-color: #68D2BE;
}
</style>
border-color css
<style>
span { border-color: #68D2BE; }
span { border-color: rgb(104,210,190); }
td.TdClassName
{
border-color: #68D2BE;
}
.TagClassName
{
border-color: #68D2BE;
}
</style>