Shades of Downy #68D0CE
Tints of Downy #68D0CE
RGB
CMYK
RGB Variations
Color information
#68D0CE (or 0x68D0CE) is known color: Downy. HEX triplet: 68, D0 and CE. RGB value is (104,208,206). Sum of RGB (Red+Green+Blue) = 104+208+206=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #68D0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D0CE is #972F31. Grayscale: #B0B0B0. Windows color (decimal): -9908018 or 13553768. OLE color: 13553768.
HSL color Cylindrical-coordinate representation of color #68D0CE: hue angle of 178.85º 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 #68D0CE is Cyan = 0.5, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 206 | - |
| CMYK | 0.5 | 0 | 0.01 | 0.18 |
| HSL | 178.85º | 0.53% | 0.61% | - |
| HSV(B) | 178.85º | 0.5% | 0.82% | - |
| XYZ | 39.41 | 52.51 | 66.45 | - |
| YUV | 176.68 | 144.54 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 206 | 0.5 | 0 | 0.01 | 0.18 | 178.85 | 0.53 | 0.61 |
| Hex | 68 | D0 | CE | 32 | 0 | 1 | 12 | B3 | 35 | 3D |
| Octal | 150 | 320 | 316 | 62 | 0 | 1 | 22 | 263 | 65 | 75 |
| Binary | 1101000 | 11010000 | 11001110 | 110010 | 0 | 1 | 10010 | 10110011 | 110101 | 111101 |
Color Harmonies of #68D0CE
Complementary color
Monochromatic Colors of #68D0CE
Black with #68D0CE
Text Example
Text Example
White with #68D0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D0CE; }
p { color: rgb(104,208,206); }
H1.HeaderClassName
{
color: #68D0CE;
}
.AnyTagClassName
{
color: #68D0CE;
}
</style>
background-color css
<style>
a { background-color: #68D0CE; }
a { background-color: rgb(104,208,206); }
div.DivClassName
{
background-color: #68D0CE;
}
.BgClassName
{
background-color: #68D0CE;
}
</style>
border-color css
<style>
span { border-color: #68D0CE; }
span { border-color: rgb(104,208,206); }
td.TdClassName
{
border-color: #68D0CE;
}
.TagClassName
{
border-color: #68D0CE;
}
</style>