Shades of Downy #65E1C0
Tints of Downy #65E1C0
RGB
CMYK
RGB Variations
Color information
#65E1C0 (or 0x65E1C0) is known color: Downy. HEX triplet: 65, E1 and C0. RGB value is (101,225,192). Sum of RGB (Red+Green+Blue) = 101+225+192=518 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.50% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #65E1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E1C0 is #9A1E3F. Grayscale: #B8B8B8. Windows color (decimal): -10100288 or 12640613. OLE color: 12640613.
HSL color Cylindrical-coordinate representation of color #65E1C0: hue angle of 164.03º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65E1C0 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 225 | 192 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.12 |
| HSL | 164.03º | 0.67% | 0.64% | - |
| HSV(B) | 164.03º | 0.55% | 0.88% | - |
| XYZ | 41.81 | 60.42 | 59.33 | - |
| YUV | 184.16 | 132.42 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 225 | 192 | 0.55 | 0 | 0.15 | 0.12 | 164.03 | 0.67 | 0.64 |
| Hex | 65 | E1 | C0 | 37 | 0 | F | C | A4 | 43 | 40 |
| Octal | 145 | 341 | 300 | 67 | 0 | 17 | 14 | 244 | 103 | 100 |
| Binary | 1100101 | 11100001 | 11000000 | 110111 | 0 | 1111 | 1100 | 10100100 | 1000011 | 1000000 |
Color Harmonies of #65E1C0
Complementary color
Monochromatic Colors of #65E1C0
Black with #65E1C0
Text Example
Text Example
White with #65E1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E1C0; }
p { color: rgb(101,225,192); }
H1.HeaderClassName
{
color: #65E1C0;
}
.AnyTagClassName
{
color: #65E1C0;
}
</style>
background-color css
<style>
a { background-color: #65E1C0; }
a { background-color: rgb(101,225,192); }
div.DivClassName
{
background-color: #65E1C0;
}
.BgClassName
{
background-color: #65E1C0;
}
</style>
border-color css
<style>
span { border-color: #65E1C0; }
span { border-color: rgb(101,225,192); }
td.TdClassName
{
border-color: #65E1C0;
}
.TagClassName
{
border-color: #65E1C0;
}
</style>