Shades of Downy #65DCBE
Tints of Downy #65DCBE
RGB
CMYK
RGB Variations
Color information
#65DCBE (or 0x65DCBE) is known color: Downy. HEX triplet: 65, DC and BE. RGB value is (101,220,190). Sum of RGB (Red+Green+Blue) = 101+220+190=511 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.77% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #65DCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DCBE is #9A2341. Grayscale: #B4B4B4. Windows color (decimal): -10101570 or 12508261. OLE color: 12508261.
HSL color Cylindrical-coordinate representation of color #65DCBE: hue angle of 164.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 #65DCBE is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 190 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.14 |
| HSL | 164.87º | 0.63% | 0.63% | - |
| HSV(B) | 164.87º | 0.54% | 0.86% | - |
| XYZ | 40.25 | 57.67 | 57.73 | - |
| YUV | 181 | 133.08 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 190 | 0.54 | 0 | 0.14 | 0.14 | 164.87 | 0.63 | 0.63 |
| Hex | 65 | DC | BE | 36 | 0 | E | E | A5 | 3F | 3F |
| Octal | 145 | 334 | 276 | 66 | 0 | 16 | 16 | 245 | 77 | 77 |
| Binary | 1100101 | 11011100 | 10111110 | 110110 | 0 | 1110 | 1110 | 10100101 | 111111 | 111111 |
Color Harmonies of #65DCBE
Complementary color
Monochromatic Colors of #65DCBE
Black with #65DCBE
Text Example
Text Example
White with #65DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCBE; }
p { color: rgb(101,220,190); }
H1.HeaderClassName
{
color: #65DCBE;
}
.AnyTagClassName
{
color: #65DCBE;
}
</style>
background-color css
<style>
a { background-color: #65DCBE; }
a { background-color: rgb(101,220,190); }
div.DivClassName
{
background-color: #65DCBE;
}
.BgClassName
{
background-color: #65DCBE;
}
</style>
border-color css
<style>
span { border-color: #65DCBE; }
span { border-color: rgb(101,220,190); }
td.TdClassName
{
border-color: #65DCBE;
}
.TagClassName
{
border-color: #65DCBE;
}
</style>