Shades of Downy #68D3CD
Tints of Downy #68D3CD
RGB
CMYK
RGB Variations
Color information
#68D3CD (or 0x68D3CD) is known color: Downy. HEX triplet: 68, D3 and CD. RGB value is (104,211,205). Sum of RGB (Red+Green+Blue) = 104+211+205=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #68D3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D3CD is #972C32. Grayscale: #B2B2B2. Windows color (decimal): -9907251 or 13489000. OLE color: 13489000.
HSL color Cylindrical-coordinate representation of color #68D3CD: hue angle of 176.64º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D3CD is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 205 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.17 |
| HSL | 176.64º | 0.55% | 0.62% | - |
| HSV(B) | 176.64º | 0.51% | 0.83% | - |
| XYZ | 40.02 | 53.94 | 66.06 | - |
| YUV | 178.32 | 143.05 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 205 | 0.51 | 0 | 0.03 | 0.17 | 176.64 | 0.55 | 0.62 |
| Hex | 68 | D3 | CD | 33 | 0 | 3 | 11 | B1 | 37 | 3E |
| Octal | 150 | 323 | 315 | 63 | 0 | 3 | 21 | 261 | 67 | 76 |
| Binary | 1101000 | 11010011 | 11001101 | 110011 | 0 | 11 | 10001 | 10110001 | 110111 | 111110 |
Color Harmonies of #68D3CD
Complementary color
Monochromatic Colors of #68D3CD
Black with #68D3CD
Text Example
Text Example
White with #68D3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D3CD; }
p { color: rgb(104,211,205); }
H1.HeaderClassName
{
color: #68D3CD;
}
.AnyTagClassName
{
color: #68D3CD;
}
</style>
background-color css
<style>
a { background-color: #68D3CD; }
a { background-color: rgb(104,211,205); }
div.DivClassName
{
background-color: #68D3CD;
}
.BgClassName
{
background-color: #68D3CD;
}
</style>
border-color css
<style>
span { border-color: #68D3CD; }
span { border-color: rgb(104,211,205); }
td.TdClassName
{
border-color: #68D3CD;
}
.TagClassName
{
border-color: #68D3CD;
}
</style>