Shades of Downy #65ECC5
Tints of Downy #65ECC5
RGB
CMYK
RGB Variations
Color information
#65ECC5 (or 0x65ECC5) is known color: Downy. HEX triplet: 65, EC and C5. RGB value is (101,236,197). Sum of RGB (Red+Green+Blue) = 101+236+197=534 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.91% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #65ECC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65ECC5 is #9A133A. Grayscale: #BFBFBF. Windows color (decimal): -10097467 or 12971109. OLE color: 12971109.
HSL color Cylindrical-coordinate representation of color #65ECC5: hue angle of 162.67º 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 #65ECC5 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 197 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.07 |
| HSL | 162.67º | 0.78% | 0.66% | - |
| HSV(B) | 162.67º | 0.57% | 0.93% | - |
| XYZ | 45.44 | 66.79 | 63.32 | - |
| YUV | 191.19 | 131.27 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 197 | 0.57 | 0 | 0.17 | 0.07 | 162.67 | 0.78 | 0.66 |
| Hex | 65 | EC | C5 | 39 | 0 | 11 | 7 | A3 | 4E | 42 |
| Octal | 145 | 354 | 305 | 71 | 0 | 21 | 7 | 243 | 116 | 102 |
| Binary | 1100101 | 11101100 | 11000101 | 111001 | 0 | 10001 | 111 | 10100011 | 1001110 | 1000010 |
Color Harmonies of #65ECC5
Complementary color
Monochromatic Colors of #65ECC5
Black with #65ECC5
Text Example
Text Example
White with #65ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ECC5; }
p { color: rgb(101,236,197); }
H1.HeaderClassName
{
color: #65ECC5;
}
.AnyTagClassName
{
color: #65ECC5;
}
</style>
background-color css
<style>
a { background-color: #65ECC5; }
a { background-color: rgb(101,236,197); }
div.DivClassName
{
background-color: #65ECC5;
}
.BgClassName
{
background-color: #65ECC5;
}
</style>
border-color css
<style>
span { border-color: #65ECC5; }
span { border-color: rgb(101,236,197); }
td.TdClassName
{
border-color: #65ECC5;
}
.TagClassName
{
border-color: #65ECC5;
}
</style>