Shades of Downy #65ECB6
Tints of Downy #65ECB6
RGB
CMYK
RGB Variations
Color information
#65ECB6 (or 0x65ECB6) is known color: Downy. HEX triplet: 65, EC and B6. RGB value is (101,236,182). Sum of RGB (Red+Green+Blue) = 101+236+182=519 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.46% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #65ECB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65ECB6 is #9A1349. Grayscale: #BDBDBD. Windows color (decimal): -10097482 or 11988069. OLE color: 11988069.
HSL color Cylindrical-coordinate representation of color #65ECB6: hue angle of 156º 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 #65ECB6 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 182 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.07 |
| HSL | 156º | 0.78% | 0.66% | - |
| HSV(B) | 156º | 0.57% | 0.93% | - |
| XYZ | 43.81 | 66.14 | 54.71 | - |
| YUV | 189.48 | 123.77 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 182 | 0.57 | 0 | 0.23 | 0.07 | 156 | 0.78 | 0.66 |
| Hex | 65 | EC | B6 | 39 | 0 | 17 | 7 | 9C | 4E | 42 |
| Octal | 145 | 354 | 266 | 71 | 0 | 27 | 7 | 234 | 116 | 102 |
| Binary | 1100101 | 11101100 | 10110110 | 111001 | 0 | 10111 | 111 | 10011100 | 1001110 | 1000010 |
Color Harmonies of #65ECB6
Complementary color
Monochromatic Colors of #65ECB6
Black with #65ECB6
Text Example
Text Example
White with #65ECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ECB6; }
p { color: rgb(101,236,182); }
H1.HeaderClassName
{
color: #65ECB6;
}
.AnyTagClassName
{
color: #65ECB6;
}
</style>
background-color css
<style>
a { background-color: #65ECB6; }
a { background-color: rgb(101,236,182); }
div.DivClassName
{
background-color: #65ECB6;
}
.BgClassName
{
background-color: #65ECB6;
}
</style>
border-color css
<style>
span { border-color: #65ECB6; }
span { border-color: rgb(101,236,182); }
td.TdClassName
{
border-color: #65ECB6;
}
.TagClassName
{
border-color: #65ECB6;
}
</style>