Shades of Downy #65E5BA
Tints of Downy #65E5BA
RGB
CMYK
RGB Variations
Color information
#65E5BA (or 0x65E5BA) is known color: Downy. HEX triplet: 65, E5 and BA. RGB value is (101,229,186). Sum of RGB (Red+Green+Blue) = 101+229+186=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #65E5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E5BA is #9A1A45. Grayscale: #B9B9B9. Windows color (decimal): -10099270 or 12248421. OLE color: 12248421.
HSL color Cylindrical-coordinate representation of color #65E5BA: hue angle of 159.84º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E5BA is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 229 | 186 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.10 |
| HSL | 159.84º | 0.71% | 0.65% | - |
| HSV(B) | 159.84º | 0.56% | 0.9% | - |
| XYZ | 42.25 | 62.35 | 56.26 | - |
| YUV | 185.83 | 128.09 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 229 | 186 | 0.56 | 0 | 0.19 | 0.10 | 159.84 | 0.71 | 0.65 |
| Hex | 65 | E5 | BA | 38 | 0 | 13 | A | A0 | 47 | 41 |
| Octal | 145 | 345 | 272 | 70 | 0 | 23 | 12 | 240 | 107 | 101 |
| Binary | 1100101 | 11100101 | 10111010 | 111000 | 0 | 10011 | 1010 | 10100000 | 1000111 | 1000001 |
Color Harmonies of #65E5BA
Complementary color
Monochromatic Colors of #65E5BA
Black with #65E5BA
Text Example
Text Example
White with #65E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E5BA; }
p { color: rgb(101,229,186); }
H1.HeaderClassName
{
color: #65E5BA;
}
.AnyTagClassName
{
color: #65E5BA;
}
</style>
background-color css
<style>
a { background-color: #65E5BA; }
a { background-color: rgb(101,229,186); }
div.DivClassName
{
background-color: #65E5BA;
}
.BgClassName
{
background-color: #65E5BA;
}
</style>
border-color css
<style>
span { border-color: #65E5BA; }
span { border-color: rgb(101,229,186); }
td.TdClassName
{
border-color: #65E5BA;
}
.TagClassName
{
border-color: #65E5BA;
}
</style>