Shades of Downy #68D8C7
Tints of Downy #68D8C7
RGB
CMYK
RGB Variations
Color information
#68D8C7 (or 0x68D8C7) is known color: Downy. HEX triplet: 68, D8 and C7. RGB value is (104,216,199). Sum of RGB (Red+Green+Blue) = 104+216+199=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #68D8C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D8C7 is #972738. Grayscale: #B4B4B4. Windows color (decimal): -9905977 or 13097064. OLE color: 13097064.
HSL color Cylindrical-coordinate representation of color #68D8C7: hue angle of 170.89º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D8C7 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 199 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.15 |
| HSL | 170.89º | 0.59% | 0.63% | - |
| HSV(B) | 170.89º | 0.52% | 0.85% | - |
| XYZ | 40.57 | 56.18 | 62.74 | - |
| YUV | 180.57 | 138.39 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 199 | 0.52 | 0 | 0.08 | 0.15 | 170.89 | 0.59 | 0.63 |
| Hex | 68 | D8 | C7 | 34 | 0 | 8 | F | AB | 3B | 3F |
| Octal | 150 | 330 | 307 | 64 | 0 | 10 | 17 | 253 | 73 | 77 |
| Binary | 1101000 | 11011000 | 11000111 | 110100 | 0 | 1000 | 1111 | 10101011 | 111011 | 111111 |
Color Harmonies of #68D8C7
Complementary color
Monochromatic Colors of #68D8C7
Black with #68D8C7
Text Example
Text Example
White with #68D8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D8C7; }
p { color: rgb(104,216,199); }
H1.HeaderClassName
{
color: #68D8C7;
}
.AnyTagClassName
{
color: #68D8C7;
}
</style>
background-color css
<style>
a { background-color: #68D8C7; }
a { background-color: rgb(104,216,199); }
div.DivClassName
{
background-color: #68D8C7;
}
.BgClassName
{
background-color: #68D8C7;
}
</style>
border-color css
<style>
span { border-color: #68D8C7; }
span { border-color: rgb(104,216,199); }
td.TdClassName
{
border-color: #68D8C7;
}
.TagClassName
{
border-color: #68D8C7;
}
</style>