Shades of Downy #65ECBC
Tints of Downy #65ECBC
RGB
CMYK
RGB Variations
Color information
#65ECBC (or 0x65ECBC) is known color: Downy. HEX triplet: 65, EC and BC. RGB value is (101,236,188). Sum of RGB (Red+Green+Blue) = 101+236+188=525 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.24% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #65ECBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65ECBC is #9A1343. Grayscale: #BEBEBE. Windows color (decimal): -10097476 or 12381285. OLE color: 12381285.
HSL color Cylindrical-coordinate representation of color #65ECBC: hue angle of 158.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 #65ECBC is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 188 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.07 |
| HSL | 158.67º | 0.78% | 0.66% | - |
| HSV(B) | 158.67º | 0.57% | 0.93% | - |
| XYZ | 44.44 | 66.39 | 58.05 | - |
| YUV | 190.16 | 126.77 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 188 | 0.57 | 0 | 0.20 | 0.07 | 158.67 | 0.78 | 0.66 |
| Hex | 65 | EC | BC | 39 | 0 | 14 | 7 | 9F | 4E | 42 |
| Octal | 145 | 354 | 274 | 71 | 0 | 24 | 7 | 237 | 116 | 102 |
| Binary | 1100101 | 11101100 | 10111100 | 111001 | 0 | 10100 | 111 | 10011111 | 1001110 | 1000010 |
Color Harmonies of #65ECBC
Complementary color
Monochromatic Colors of #65ECBC
Black with #65ECBC
Text Example
Text Example
White with #65ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ECBC; }
p { color: rgb(101,236,188); }
H1.HeaderClassName
{
color: #65ECBC;
}
.AnyTagClassName
{
color: #65ECBC;
}
</style>
background-color css
<style>
a { background-color: #65ECBC; }
a { background-color: rgb(101,236,188); }
div.DivClassName
{
background-color: #65ECBC;
}
.BgClassName
{
background-color: #65ECBC;
}
</style>
border-color css
<style>
span { border-color: #65ECBC; }
span { border-color: rgb(101,236,188); }
td.TdClassName
{
border-color: #65ECBC;
}
.TagClassName
{
border-color: #65ECBC;
}
</style>