Shades of Downy #68DCBD
Tints of Downy #68DCBD
RGB
CMYK
RGB Variations
Color information
#68DCBD (or 0x68DCBD) is known color: Downy. HEX triplet: 68, DC and BD. RGB value is (104,220,189). Sum of RGB (Red+Green+Blue) = 104+220+189=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCBD is #972342. Grayscale: #B5B5B5. Windows color (decimal): -9904963 or 12442728. OLE color: 12442728.
HSL color Cylindrical-coordinate representation of color #68DCBD: hue angle of 163.97º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCBD is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 189 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.14 |
| HSL | 163.97º | 0.62% | 0.64% | - |
| HSV(B) | 163.97º | 0.53% | 0.86% | - |
| XYZ | 40.49 | 57.8 | 57.17 | - |
| YUV | 181.78 | 132.07 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 189 | 0.53 | 0 | 0.14 | 0.14 | 163.97 | 0.62 | 0.64 |
| Hex | 68 | DC | BD | 35 | 0 | E | E | A4 | 3E | 40 |
| Octal | 150 | 334 | 275 | 65 | 0 | 16 | 16 | 244 | 76 | 100 |
| Binary | 1101000 | 11011100 | 10111101 | 110101 | 0 | 1110 | 1110 | 10100100 | 111110 | 1000000 |
Color Harmonies of #68DCBD
Complementary color
Monochromatic Colors of #68DCBD
Black with #68DCBD
Text Example
Text Example
White with #68DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCBD; }
p { color: rgb(104,220,189); }
H1.HeaderClassName
{
color: #68DCBD;
}
.AnyTagClassName
{
color: #68DCBD;
}
</style>
background-color css
<style>
a { background-color: #68DCBD; }
a { background-color: rgb(104,220,189); }
div.DivClassName
{
background-color: #68DCBD;
}
.BgClassName
{
background-color: #68DCBD;
}
</style>
border-color css
<style>
span { border-color: #68DCBD; }
span { border-color: rgb(104,220,189); }
td.TdClassName
{
border-color: #68DCBD;
}
.TagClassName
{
border-color: #68DCBD;
}
</style>