Shades of Downy #68D6C8
Tints of Downy #68D6C8
RGB
CMYK
RGB Variations
Color information
#68D6C8 (or 0x68D6C8) is known color: Downy. HEX triplet: 68, D6 and C8. RGB value is (104,214,200). Sum of RGB (Red+Green+Blue) = 104+214+200=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #68D6C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D6C8 is #972937. Grayscale: #B3B3B3. Windows color (decimal): -9906488 or 13162088. OLE color: 13162088.
HSL color Cylindrical-coordinate representation of color #68D6C8: hue angle of 172.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D6C8 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 200 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.16 |
| HSL | 172.36º | 0.57% | 0.62% | - |
| HSV(B) | 172.36º | 0.51% | 0.84% | - |
| XYZ | 40.18 | 55.21 | 63.18 | - |
| YUV | 179.51 | 139.56 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 200 | 0.51 | 0 | 0.07 | 0.16 | 172.36 | 0.57 | 0.62 |
| Hex | 68 | D6 | C8 | 33 | 0 | 7 | 10 | AC | 39 | 3E |
| Octal | 150 | 326 | 310 | 63 | 0 | 7 | 20 | 254 | 71 | 76 |
| Binary | 1101000 | 11010110 | 11001000 | 110011 | 0 | 111 | 10000 | 10101100 | 111001 | 111110 |
Color Harmonies of #68D6C8
Complementary color
Monochromatic Colors of #68D6C8
Black with #68D6C8
Text Example
Text Example
White with #68D6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D6C8; }
p { color: rgb(104,214,200); }
H1.HeaderClassName
{
color: #68D6C8;
}
.AnyTagClassName
{
color: #68D6C8;
}
</style>
background-color css
<style>
a { background-color: #68D6C8; }
a { background-color: rgb(104,214,200); }
div.DivClassName
{
background-color: #68D6C8;
}
.BgClassName
{
background-color: #68D6C8;
}
</style>
border-color css
<style>
span { border-color: #68D6C8; }
span { border-color: rgb(104,214,200); }
td.TdClassName
{
border-color: #68D6C8;
}
.TagClassName
{
border-color: #68D6C8;
}
</style>