Shades of Downy #65ECC3
Tints of Downy #65ECC3
RGB
CMYK
RGB Variations
Color information
#65ECC3 (or 0x65ECC3) is known color: Downy. HEX triplet: 65, EC and C3. RGB value is (101,236,195). Sum of RGB (Red+Green+Blue) = 101+236+195=532 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.98% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #65ECC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65ECC3 is #9A133C. Grayscale: #BEBEBE. Windows color (decimal): -10097469 or 12840037. OLE color: 12840037.
HSL color Cylindrical-coordinate representation of color #65ECC3: hue angle of 161.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 #65ECC3 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 195 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.07 |
| HSL | 161.78º | 0.78% | 0.66% | - |
| HSV(B) | 161.78º | 0.57% | 0.93% | - |
| XYZ | 45.21 | 66.7 | 62.12 | - |
| YUV | 190.96 | 130.27 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 195 | 0.57 | 0 | 0.17 | 0.07 | 161.78 | 0.78 | 0.66 |
| Hex | 65 | EC | C3 | 39 | 0 | 11 | 7 | A2 | 4E | 42 |
| Octal | 145 | 354 | 303 | 71 | 0 | 21 | 7 | 242 | 116 | 102 |
| Binary | 1100101 | 11101100 | 11000011 | 111001 | 0 | 10001 | 111 | 10100010 | 1001110 | 1000010 |
Color Harmonies of #65ECC3
Complementary color
Monochromatic Colors of #65ECC3
Black with #65ECC3
Text Example
Text Example
White with #65ECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ECC3; }
p { color: rgb(101,236,195); }
H1.HeaderClassName
{
color: #65ECC3;
}
.AnyTagClassName
{
color: #65ECC3;
}
</style>
background-color css
<style>
a { background-color: #65ECC3; }
a { background-color: rgb(101,236,195); }
div.DivClassName
{
background-color: #65ECC3;
}
.BgClassName
{
background-color: #65ECC3;
}
</style>
border-color css
<style>
span { border-color: #65ECC3; }
span { border-color: rgb(101,236,195); }
td.TdClassName
{
border-color: #65ECC3;
}
.TagClassName
{
border-color: #65ECC3;
}
</style>