Shades of Downy #65E4BA
Tints of Downy #65E4BA
RGB
CMYK
RGB Variations
Color information
#65E4BA (or 0x65E4BA) is known color: Downy. HEX triplet: 65, E4 and BA. RGB value is (101,228,186). Sum of RGB (Red+Green+Blue) = 101+228+186=515 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.61% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #65E4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E4BA is #9A1B45. Grayscale: #B9B9B9. Windows color (decimal): -10099526 or 12248165. OLE color: 12248165.
HSL color Cylindrical-coordinate representation of color #65E4BA: hue angle of 160.16º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E4BA is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 228 | 186 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.11 |
| HSL | 160.16º | 0.7% | 0.65% | - |
| HSV(B) | 160.16º | 0.56% | 0.89% | - |
| XYZ | 41.97 | 61.8 | 56.17 | - |
| YUV | 185.24 | 128.42 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 228 | 186 | 0.56 | 0 | 0.18 | 0.11 | 160.16 | 0.7 | 0.65 |
| Hex | 65 | E4 | BA | 38 | 0 | 12 | B | A0 | 46 | 41 |
| Octal | 145 | 344 | 272 | 70 | 0 | 22 | 13 | 240 | 106 | 101 |
| Binary | 1100101 | 11100100 | 10111010 | 111000 | 0 | 10010 | 1011 | 10100000 | 1000110 | 1000001 |
Color Harmonies of #65E4BA
Complementary color
Monochromatic Colors of #65E4BA
Black with #65E4BA
Text Example
Text Example
White with #65E4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E4BA; }
p { color: rgb(101,228,186); }
H1.HeaderClassName
{
color: #65E4BA;
}
.AnyTagClassName
{
color: #65E4BA;
}
</style>
background-color css
<style>
a { background-color: #65E4BA; }
a { background-color: rgb(101,228,186); }
div.DivClassName
{
background-color: #65E4BA;
}
.BgClassName
{
background-color: #65E4BA;
}
</style>
border-color css
<style>
span { border-color: #65E4BA; }
span { border-color: rgb(101,228,186); }
td.TdClassName
{
border-color: #65E4BA;
}
.TagClassName
{
border-color: #65E4BA;
}
</style>