Shades of Downy #65ECC8
Tints of Downy #65ECC8
RGB
CMYK
RGB Variations
Color information
#65ECC8 (or 0x65ECC8) is known color: Downy. HEX triplet: 65, EC and C8. RGB value is (101,236,200). Sum of RGB (Red+Green+Blue) = 101+236+200=537 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.81% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #65ECC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65ECC8 is #9A1337. Grayscale: #BFBFBF. Windows color (decimal): -10097464 or 13167717. OLE color: 13167717.
HSL color Cylindrical-coordinate representation of color #65ECC8: hue angle of 164º 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 #65ECC8 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 200 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.07 |
| HSL | 164º | 0.78% | 0.66% | - |
| HSV(B) | 164º | 0.57% | 0.93% | - |
| XYZ | 45.79 | 66.93 | 65.15 | - |
| YUV | 191.53 | 132.77 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 200 | 0.57 | 0 | 0.15 | 0.07 | 164 | 0.78 | 0.66 |
| Hex | 65 | EC | C8 | 39 | 0 | F | 7 | A4 | 4E | 42 |
| Octal | 145 | 354 | 310 | 71 | 0 | 17 | 7 | 244 | 116 | 102 |
| Binary | 1100101 | 11101100 | 11001000 | 111001 | 0 | 1111 | 111 | 10100100 | 1001110 | 1000010 |
Color Harmonies of #65ECC8
Complementary color
Monochromatic Colors of #65ECC8
Black with #65ECC8
Text Example
Text Example
White with #65ECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ECC8; }
p { color: rgb(101,236,200); }
H1.HeaderClassName
{
color: #65ECC8;
}
.AnyTagClassName
{
color: #65ECC8;
}
</style>
background-color css
<style>
a { background-color: #65ECC8; }
a { background-color: rgb(101,236,200); }
div.DivClassName
{
background-color: #65ECC8;
}
.BgClassName
{
background-color: #65ECC8;
}
</style>
border-color css
<style>
span { border-color: #65ECC8; }
span { border-color: rgb(101,236,200); }
td.TdClassName
{
border-color: #65ECC8;
}
.TagClassName
{
border-color: #65ECC8;
}
</style>