Shades of Downy #68D2C0
Tints of Downy #68D2C0
RGB
CMYK
RGB Variations
Color information
#68D2C0 (or 0x68D2C0) is known color: Downy. HEX triplet: 68, D2 and C0. RGB value is (104,210,192). Sum of RGB (Red+Green+Blue) = 104+210+192=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #68D2C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D2C0 is #972D3F. Grayscale: #B0B0B0. Windows color (decimal): -9907520 or 12636776. OLE color: 12636776.
HSL color Cylindrical-coordinate representation of color #68D2C0: hue angle of 169.81º 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 #68D2C0 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 210 | 192 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.18 |
| HSL | 169.81º | 0.54% | 0.62% | - |
| HSV(B) | 169.81º | 0.5% | 0.82% | - |
| XYZ | 38.27 | 52.84 | 58.05 | - |
| YUV | 176.25 | 136.88 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 210 | 192 | 0.50 | 0 | 0.09 | 0.18 | 169.81 | 0.54 | 0.62 |
| Hex | 68 | D2 | C0 | 32 | 0 | 9 | 12 | AA | 36 | 3E |
| Octal | 150 | 322 | 300 | 62 | 0 | 11 | 22 | 252 | 66 | 76 |
| Binary | 1101000 | 11010010 | 11000000 | 110010 | 0 | 1001 | 10010 | 10101010 | 110110 | 111110 |
Color Harmonies of #68D2C0
Complementary color
Monochromatic Colors of #68D2C0
Black with #68D2C0
Text Example
Text Example
White with #68D2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D2C0; }
p { color: rgb(104,210,192); }
H1.HeaderClassName
{
color: #68D2C0;
}
.AnyTagClassName
{
color: #68D2C0;
}
</style>
background-color css
<style>
a { background-color: #68D2C0; }
a { background-color: rgb(104,210,192); }
div.DivClassName
{
background-color: #68D2C0;
}
.BgClassName
{
background-color: #68D2C0;
}
</style>
border-color css
<style>
span { border-color: #68D2C0; }
span { border-color: rgb(104,210,192); }
td.TdClassName
{
border-color: #68D2C0;
}
.TagClassName
{
border-color: #68D2C0;
}
</style>