Shades of Downy #65EDC0
Tints of Downy #65EDC0
RGB
CMYK
RGB Variations
Color information
#65EDC0 (or 0x65EDC0) is known color: Downy. HEX triplet: 65, ED and C0. RGB value is (101,237,192). Sum of RGB (Red+Green+Blue) = 101+237+192=530 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.06% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #65EDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EDC0 is #9A123F. Grayscale: #BFBFBF. Windows color (decimal): -10097216 or 12643685. OLE color: 12643685.
HSL color Cylindrical-coordinate representation of color #65EDC0: hue angle of 160.15º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EDC0 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 237 | 192 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.07 |
| HSL | 160.15º | 0.79% | 0.66% | - |
| HSV(B) | 160.15º | 0.57% | 0.93% | - |
| XYZ | 45.17 | 67.14 | 60.45 | - |
| YUV | 191.21 | 128.44 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 237 | 192 | 0.57 | 0 | 0.19 | 0.07 | 160.15 | 0.79 | 0.66 |
| Hex | 65 | ED | C0 | 39 | 0 | 13 | 7 | A0 | 4F | 42 |
| Octal | 145 | 355 | 300 | 71 | 0 | 23 | 7 | 240 | 117 | 102 |
| Binary | 1100101 | 11101101 | 11000000 | 111001 | 0 | 10011 | 111 | 10100000 | 1001111 | 1000010 |
Color Harmonies of #65EDC0
Complementary color
Monochromatic Colors of #65EDC0
Black with #65EDC0
Text Example
Text Example
White with #65EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EDC0; }
p { color: rgb(101,237,192); }
H1.HeaderClassName
{
color: #65EDC0;
}
.AnyTagClassName
{
color: #65EDC0;
}
</style>
background-color css
<style>
a { background-color: #65EDC0; }
a { background-color: rgb(101,237,192); }
div.DivClassName
{
background-color: #65EDC0;
}
.BgClassName
{
background-color: #65EDC0;
}
</style>
border-color css
<style>
span { border-color: #65EDC0; }
span { border-color: rgb(101,237,192); }
td.TdClassName
{
border-color: #65EDC0;
}
.TagClassName
{
border-color: #65EDC0;
}
</style>