Shades of Downy #65EACD
Tints of Downy #65EACD
RGB
CMYK
RGB Variations
Color information
#65EACD (or 0x65EACD) is known color: Downy. HEX triplet: 65, EA and CD. RGB value is (101,234,205). Sum of RGB (Red+Green+Blue) = 101+234+205=540 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.70% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 234 - color contains mainly: green. Hex color #65EACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EACD is #9A1532. Grayscale: #BEBEBE. Windows color (decimal): -10097971 or 13494885. OLE color: 13494885.
HSL color Cylindrical-coordinate representation of color #65EACD: hue angle of 166.92º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EACD is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 234 | 205 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.08 |
| HSL | 166.92º | 0.76% | 0.66% | - |
| HSV(B) | 166.92º | 0.57% | 0.92% | - |
| XYZ | 45.81 | 66.02 | 68.09 | - |
| YUV | 190.93 | 135.94 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 234 | 205 | 0.57 | 0 | 0.12 | 0.08 | 166.92 | 0.76 | 0.66 |
| Hex | 65 | EA | CD | 39 | 0 | C | 8 | A7 | 4C | 42 |
| Octal | 145 | 352 | 315 | 71 | 0 | 14 | 10 | 247 | 114 | 102 |
| Binary | 1100101 | 11101010 | 11001101 | 111001 | 0 | 1100 | 1000 | 10100111 | 1001100 | 1000010 |
Color Harmonies of #65EACD
Complementary color
Monochromatic Colors of #65EACD
Black with #65EACD
Text Example
Text Example
White with #65EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EACD; }
p { color: rgb(101,234,205); }
H1.HeaderClassName
{
color: #65EACD;
}
.AnyTagClassName
{
color: #65EACD;
}
</style>
background-color css
<style>
a { background-color: #65EACD; }
a { background-color: rgb(101,234,205); }
div.DivClassName
{
background-color: #65EACD;
}
.BgClassName
{
background-color: #65EACD;
}
</style>
border-color css
<style>
span { border-color: #65EACD; }
span { border-color: rgb(101,234,205); }
td.TdClassName
{
border-color: #65EACD;
}
.TagClassName
{
border-color: #65EACD;
}
</style>