Shades of Downy #68CCC0
Tints of Downy #68CCC0
RGB
CMYK
RGB Variations
Color information
#68CCC0 (or 0x68CCC0) is known color: Downy. HEX triplet: 68, CC and C0. RGB value is (104,204,192). Sum of RGB (Red+Green+Blue) = 104+204+192=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #68CCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CCC0 is #97333F. Grayscale: #ACACAC. Windows color (decimal): -9909056 or 12635240. OLE color: 12635240.
HSL color Cylindrical-coordinate representation of color #68CCC0: hue angle of 172.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CCC0 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 192 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.2 |
| HSL | 172.8º | 0.5% | 0.6% | - |
| HSV(B) | 172.8º | 0.49% | 0.8% | - |
| XYZ | 36.82 | 49.93 | 57.57 | - |
| YUV | 172.73 | 138.87 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 192 | 0.49 | 0 | 0.06 | 0.2 | 172.8 | 0.5 | 0.6 |
| Hex | 68 | CC | C0 | 31 | 0 | 6 | 14 | AD | 32 | 3C |
| Octal | 150 | 314 | 300 | 61 | 0 | 6 | 24 | 255 | 62 | 74 |
| Binary | 1101000 | 11001100 | 11000000 | 110001 | 0 | 110 | 10100 | 10101101 | 110010 | 111100 |
Color Harmonies of #68CCC0
Complementary color
Monochromatic Colors of #68CCC0
Black with #68CCC0
Text Example
Text Example
White with #68CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CCC0; }
p { color: rgb(104,204,192); }
H1.HeaderClassName
{
color: #68CCC0;
}
.AnyTagClassName
{
color: #68CCC0;
}
</style>
background-color css
<style>
a { background-color: #68CCC0; }
a { background-color: rgb(104,204,192); }
div.DivClassName
{
background-color: #68CCC0;
}
.BgClassName
{
background-color: #68CCC0;
}
</style>
border-color css
<style>
span { border-color: #68CCC0; }
span { border-color: rgb(104,204,192); }
td.TdClassName
{
border-color: #68CCC0;
}
.TagClassName
{
border-color: #68CCC0;
}
</style>