Shades of Downy #65DCCC
Tints of Downy #65DCCC
RGB
CMYK
RGB Variations
Color information
#65DCCC (or 0x65DCCC) is known color: Downy. HEX triplet: 65, DC and CC. RGB value is (101,220,204). Sum of RGB (Red+Green+Blue) = 101+220+204=525 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.24% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #65DCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DCCC is #9A2333. Grayscale: #B6B6B6. Windows color (decimal): -10101556 or 13425765. OLE color: 13425765.
HSL color Cylindrical-coordinate representation of color #65DCCC: hue angle of 171.93º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DCCC is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 204 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.14 |
| HSL | 171.93º | 0.63% | 0.63% | - |
| HSV(B) | 171.93º | 0.54% | 0.86% | - |
| XYZ | 41.86 | 58.31 | 66.18 | - |
| YUV | 182.6 | 140.08 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 204 | 0.54 | 0 | 0.07 | 0.14 | 171.93 | 0.63 | 0.63 |
| Hex | 65 | DC | CC | 36 | 0 | 7 | E | AC | 3F | 3F |
| Octal | 145 | 334 | 314 | 66 | 0 | 7 | 16 | 254 | 77 | 77 |
| Binary | 1100101 | 11011100 | 11001100 | 110110 | 0 | 111 | 1110 | 10101100 | 111111 | 111111 |
Color Harmonies of #65DCCC
Complementary color
Monochromatic Colors of #65DCCC
Black with #65DCCC
Text Example
Text Example
White with #65DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCCC; }
p { color: rgb(101,220,204); }
H1.HeaderClassName
{
color: #65DCCC;
}
.AnyTagClassName
{
color: #65DCCC;
}
</style>
background-color css
<style>
a { background-color: #65DCCC; }
a { background-color: rgb(101,220,204); }
div.DivClassName
{
background-color: #65DCCC;
}
.BgClassName
{
background-color: #65DCCC;
}
</style>
border-color css
<style>
span { border-color: #65DCCC; }
span { border-color: rgb(101,220,204); }
td.TdClassName
{
border-color: #65DCCC;
}
.TagClassName
{
border-color: #65DCCC;
}
</style>