Shades of Downy #65ECC1
Tints of Downy #65ECC1
RGB
CMYK
RGB Variations
Color information
#65ECC1 (or 0x65ECC1) is known color: Downy. HEX triplet: 65, EC and C1. RGB value is (101,236,193). Sum of RGB (Red+Green+Blue) = 101+236+193=530 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.06% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #65ECC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65ECC1 is #9A133E. Grayscale: #BEBEBE. Windows color (decimal): -10097471 or 12708965. OLE color: 12708965.
HSL color Cylindrical-coordinate representation of color #65ECC1: hue angle of 160.89º 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 #65ECC1 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 193 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.07 |
| HSL | 160.89º | 0.78% | 0.66% | - |
| HSV(B) | 160.89º | 0.57% | 0.93% | - |
| XYZ | 44.99 | 66.61 | 60.94 | - |
| YUV | 190.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 193 | 0.57 | 0 | 0.18 | 0.07 | 160.89 | 0.78 | 0.66 |
| Hex | 65 | EC | C1 | 39 | 0 | 12 | 7 | A1 | 4E | 42 |
| Octal | 145 | 354 | 301 | 71 | 0 | 22 | 7 | 241 | 116 | 102 |
| Binary | 1100101 | 11101100 | 11000001 | 111001 | 0 | 10010 | 111 | 10100001 | 1001110 | 1000010 |
Color Harmonies of #65ECC1
Complementary color
Monochromatic Colors of #65ECC1
Black with #65ECC1
Text Example
Text Example
White with #65ECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ECC1; }
p { color: rgb(101,236,193); }
H1.HeaderClassName
{
color: #65ECC1;
}
.AnyTagClassName
{
color: #65ECC1;
}
</style>
background-color css
<style>
a { background-color: #65ECC1; }
a { background-color: rgb(101,236,193); }
div.DivClassName
{
background-color: #65ECC1;
}
.BgClassName
{
background-color: #65ECC1;
}
</style>
border-color css
<style>
span { border-color: #65ECC1; }
span { border-color: rgb(101,236,193); }
td.TdClassName
{
border-color: #65ECC1;
}
.TagClassName
{
border-color: #65ECC1;
}
</style>