Shades of Downy #68D0C9
Tints of Downy #68D0C9
RGB
CMYK
RGB Variations
Color information
#68D0C9 (or 0x68D0C9) is known color: Downy. HEX triplet: 68, D0 and C9. RGB value is (104,208,201). Sum of RGB (Red+Green+Blue) = 104+208+201=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #68D0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D0C9 is #972F36. Grayscale: #B0B0B0. Windows color (decimal): -9908023 or 13226088. OLE color: 13226088.
HSL color Cylindrical-coordinate representation of color #68D0C9: hue angle of 175.96º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D0C9 is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 201 | - |
| CMYK | 0.5 | 0 | 0.03 | 0.18 |
| HSL | 175.96º | 0.53% | 0.61% | - |
| HSV(B) | 175.96º | 0.5% | 0.82% | - |
| XYZ | 38.81 | 52.27 | 63.3 | - |
| YUV | 176.11 | 142.04 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 201 | 0.5 | 0 | 0.03 | 0.18 | 175.96 | 0.53 | 0.61 |
| Hex | 68 | D0 | C9 | 32 | 0 | 3 | 12 | B0 | 35 | 3D |
| Octal | 150 | 320 | 311 | 62 | 0 | 3 | 22 | 260 | 65 | 75 |
| Binary | 1101000 | 11010000 | 11001001 | 110010 | 0 | 11 | 10010 | 10110000 | 110101 | 111101 |
Color Harmonies of #68D0C9
Complementary color
Monochromatic Colors of #68D0C9
Black with #68D0C9
Text Example
Text Example
White with #68D0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D0C9; }
p { color: rgb(104,208,201); }
H1.HeaderClassName
{
color: #68D0C9;
}
.AnyTagClassName
{
color: #68D0C9;
}
</style>
background-color css
<style>
a { background-color: #68D0C9; }
a { background-color: rgb(104,208,201); }
div.DivClassName
{
background-color: #68D0C9;
}
.BgClassName
{
background-color: #68D0C9;
}
</style>
border-color css
<style>
span { border-color: #68D0C9; }
span { border-color: rgb(104,208,201); }
td.TdClassName
{
border-color: #68D0C9;
}
.TagClassName
{
border-color: #68D0C9;
}
</style>