Shades of Downy #65DDBD
Tints of Downy #65DDBD
RGB
CMYK
RGB Variations
Color information
#65DDBD (or 0x65DDBD) is known color: Downy. HEX triplet: 65, DD and BD. RGB value is (101,221,189). Sum of RGB (Red+Green+Blue) = 101+221+189=511 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.77% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DDBD is #9A2242. Grayscale: #B5B5B5. Windows color (decimal): -10101315 or 12442981. OLE color: 12442981.
HSL color Cylindrical-coordinate representation of color #65DDBD: hue angle of 164º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DDBD is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 189 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.13 |
| HSL | 164º | 0.64% | 0.63% | - |
| HSV(B) | 164º | 0.54% | 0.87% | - |
| XYZ | 40.41 | 58.15 | 57.24 | - |
| YUV | 181.47 | 132.24 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 189 | 0.54 | 0 | 0.14 | 0.13 | 164 | 0.64 | 0.63 |
| Hex | 65 | DD | BD | 36 | 0 | E | D | A4 | 40 | 3F |
| Octal | 145 | 335 | 275 | 66 | 0 | 16 | 15 | 244 | 100 | 77 |
| Binary | 1100101 | 11011101 | 10111101 | 110110 | 0 | 1110 | 1101 | 10100100 | 1000000 | 111111 |
Color Harmonies of #65DDBD
Complementary color
Monochromatic Colors of #65DDBD
Black with #65DDBD
Text Example
Text Example
White with #65DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DDBD; }
p { color: rgb(101,221,189); }
H1.HeaderClassName
{
color: #65DDBD;
}
.AnyTagClassName
{
color: #65DDBD;
}
</style>
background-color css
<style>
a { background-color: #65DDBD; }
a { background-color: rgb(101,221,189); }
div.DivClassName
{
background-color: #65DDBD;
}
.BgClassName
{
background-color: #65DDBD;
}
</style>
border-color css
<style>
span { border-color: #65DDBD; }
span { border-color: rgb(101,221,189); }
td.TdClassName
{
border-color: #65DDBD;
}
.TagClassName
{
border-color: #65DDBD;
}
</style>