Shades of Downy #65ECCC
Tints of Downy #65ECCC
RGB
CMYK
RGB Variations
Color information
#65ECCC (or 0x65ECCC) is known color: Downy. HEX triplet: 65, EC and CC. RGB value is (101,236,204). Sum of RGB (Red+Green+Blue) = 101+236+204=541 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.67% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #65ECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65ECCC is #9A1333. Grayscale: #BFBFBF. Windows color (decimal): -10097460 or 13429861. OLE color: 13429861.
HSL color Cylindrical-coordinate representation of color #65ECCC: hue angle of 165.78º degrees, saturation: 0.78, 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 #65ECCC is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 204 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.07 |
| HSL | 165.78º | 0.78% | 0.66% | - |
| HSV(B) | 165.78º | 0.57% | 0.93% | - |
| XYZ | 46.26 | 67.12 | 67.64 | - |
| YUV | 191.99 | 134.77 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 204 | 0.57 | 0 | 0.14 | 0.07 | 165.78 | 0.78 | 0.66 |
| Hex | 65 | EC | CC | 39 | 0 | E | 7 | A6 | 4E | 42 |
| Octal | 145 | 354 | 314 | 71 | 0 | 16 | 7 | 246 | 116 | 102 |
| Binary | 1100101 | 11101100 | 11001100 | 111001 | 0 | 1110 | 111 | 10100110 | 1001110 | 1000010 |
Color Harmonies of #65ECCC
Complementary color
Monochromatic Colors of #65ECCC
Black with #65ECCC
Text Example
Text Example
White with #65ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ECCC; }
p { color: rgb(101,236,204); }
H1.HeaderClassName
{
color: #65ECCC;
}
.AnyTagClassName
{
color: #65ECCC;
}
</style>
background-color css
<style>
a { background-color: #65ECCC; }
a { background-color: rgb(101,236,204); }
div.DivClassName
{
background-color: #65ECCC;
}
.BgClassName
{
background-color: #65ECCC;
}
</style>
border-color css
<style>
span { border-color: #65ECCC; }
span { border-color: rgb(101,236,204); }
td.TdClassName
{
border-color: #65ECCC;
}
.TagClassName
{
border-color: #65ECCC;
}
</style>