Shades of Downy #65DCBC
Tints of Downy #65DCBC
RGB
CMYK
RGB Variations
Color information
#65DCBC (or 0x65DCBC) is known color: Downy. HEX triplet: 65, DC and BC. RGB value is (101,220,188). Sum of RGB (Red+Green+Blue) = 101+220+188=509 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.84% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #65DCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DCBC is #9A2343. Grayscale: #B4B4B4. Windows color (decimal): -10101572 or 12377189. OLE color: 12377189.
HSL color Cylindrical-coordinate representation of color #65DCBC: hue angle of 163.87º 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 #65DCBC is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 188 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.14 |
| HSL | 163.87º | 0.63% | 0.63% | - |
| HSV(B) | 163.87º | 0.54% | 0.86% | - |
| XYZ | 40.04 | 57.58 | 56.58 | - |
| YUV | 180.77 | 132.08 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 188 | 0.54 | 0 | 0.15 | 0.14 | 163.87 | 0.63 | 0.63 |
| Hex | 65 | DC | BC | 36 | 0 | F | E | A4 | 3F | 3F |
| Octal | 145 | 334 | 274 | 66 | 0 | 17 | 16 | 244 | 77 | 77 |
| Binary | 1100101 | 11011100 | 10111100 | 110110 | 0 | 1111 | 1110 | 10100100 | 111111 | 111111 |
Color Harmonies of #65DCBC
Complementary color
Monochromatic Colors of #65DCBC
Black with #65DCBC
Text Example
Text Example
White with #65DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCBC; }
p { color: rgb(101,220,188); }
H1.HeaderClassName
{
color: #65DCBC;
}
.AnyTagClassName
{
color: #65DCBC;
}
</style>
background-color css
<style>
a { background-color: #65DCBC; }
a { background-color: rgb(101,220,188); }
div.DivClassName
{
background-color: #65DCBC;
}
.BgClassName
{
background-color: #65DCBC;
}
</style>
border-color css
<style>
span { border-color: #65DCBC; }
span { border-color: rgb(101,220,188); }
td.TdClassName
{
border-color: #65DCBC;
}
.TagClassName
{
border-color: #65DCBC;
}
</style>