Shades of Downy #68CCCC
Tints of Downy #68CCCC
RGB
CMYK
RGB Variations
Color information
#68CCCC (or 0x68CCCC) is known color: Downy. HEX triplet: 68, CC and CC. RGB value is (104,204,204). Sum of RGB (Red+Green+Blue) = 104+204+204=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #68CCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CCCC is #973333. Grayscale: #AEAEAE. Windows color (decimal): -9909044 or 13421672. OLE color: 13421672.
HSL color Cylindrical-coordinate representation of color #68CCCC: hue angle of 180º 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 #68CCCC is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 204 | - |
| CMYK | 0.49 | 0 | 0 | 0.2 |
| HSL | 180º | 0.5% | 0.6% | - |
| HSV(B) | 180º | 0.49% | 0.8% | - |
| XYZ | 38.2 | 50.49 | 64.86 | - |
| YUV | 174.1 | 144.87 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 204 | 0.49 | 0 | 0 | 0.2 | 180 | 0.5 | 0.6 |
| Hex | 68 | CC | CC | 31 | 0 | 0 | 14 | B4 | 32 | 3C |
| Octal | 150 | 314 | 314 | 61 | 0 | 0 | 24 | 264 | 62 | 74 |
| Binary | 1101000 | 11001100 | 11001100 | 110001 | 0 | 0 | 10100 | 10110100 | 110010 | 111100 |
Color Harmonies of #68CCCC
Complementary color
Monochromatic Colors of #68CCCC
Black with #68CCCC
Text Example
Text Example
White with #68CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CCCC; }
p { color: rgb(104,204,204); }
H1.HeaderClassName
{
color: #68CCCC;
}
.AnyTagClassName
{
color: #68CCCC;
}
</style>
background-color css
<style>
a { background-color: #68CCCC; }
a { background-color: rgb(104,204,204); }
div.DivClassName
{
background-color: #68CCCC;
}
.BgClassName
{
background-color: #68CCCC;
}
</style>
border-color css
<style>
span { border-color: #68CCCC; }
span { border-color: rgb(104,204,204); }
td.TdClassName
{
border-color: #68CCCC;
}
.TagClassName
{
border-color: #68CCCC;
}
</style>