Shades of Downy #68D8C9
Tints of Downy #68D8C9
RGB
CMYK
RGB Variations
Color information
#68D8C9 (or 0x68D8C9) is known color: Downy. HEX triplet: 68, D8 and C9. RGB value is (104,216,201). Sum of RGB (Red+Green+Blue) = 104+216+201=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #68D8C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D8C9 is #972736. Grayscale: #B4B4B4. Windows color (decimal): -9905975 or 13228136. OLE color: 13228136.
HSL color Cylindrical-coordinate representation of color #68D8C9: hue angle of 171.96º 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 #68D8C9 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 201 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.15 |
| HSL | 171.96º | 0.59% | 0.63% | - |
| HSV(B) | 171.96º | 0.52% | 0.85% | - |
| XYZ | 40.81 | 56.27 | 63.97 | - |
| YUV | 180.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 201 | 0.52 | 0 | 0.07 | 0.15 | 171.96 | 0.59 | 0.63 |
| Hex | 68 | D8 | C9 | 34 | 0 | 7 | F | AC | 3B | 3F |
| Octal | 150 | 330 | 311 | 64 | 0 | 7 | 17 | 254 | 73 | 77 |
| Binary | 1101000 | 11011000 | 11001001 | 110100 | 0 | 111 | 1111 | 10101100 | 111011 | 111111 |
Color Harmonies of #68D8C9
Complementary color
Monochromatic Colors of #68D8C9
Black with #68D8C9
Text Example
Text Example
White with #68D8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D8C9; }
p { color: rgb(104,216,201); }
H1.HeaderClassName
{
color: #68D8C9;
}
.AnyTagClassName
{
color: #68D8C9;
}
</style>
background-color css
<style>
a { background-color: #68D8C9; }
a { background-color: rgb(104,216,201); }
div.DivClassName
{
background-color: #68D8C9;
}
.BgClassName
{
background-color: #68D8C9;
}
</style>
border-color css
<style>
span { border-color: #68D8C9; }
span { border-color: rgb(104,216,201); }
td.TdClassName
{
border-color: #68D8C9;
}
.TagClassName
{
border-color: #68D8C9;
}
</style>