Shades of Downy #65E3BA
Tints of Downy #65E3BA
RGB
CMYK
RGB Variations
Color information
#65E3BA (or 0x65E3BA) is known color: Downy. HEX triplet: 65, E3 and BA. RGB value is (101,227,186). Sum of RGB (Red+Green+Blue) = 101+227+186=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #65E3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E3BA is #9A1C45. Grayscale: #B8B8B8. Windows color (decimal): -10099782 or 12247909. OLE color: 12247909.
HSL color Cylindrical-coordinate representation of color #65E3BA: hue angle of 160.48º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E3BA is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 227 | 186 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.11 |
| HSL | 160.48º | 0.69% | 0.64% | - |
| HSV(B) | 160.48º | 0.56% | 0.89% | - |
| XYZ | 41.7 | 61.25 | 56.08 | - |
| YUV | 184.65 | 128.76 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 227 | 186 | 0.56 | 0 | 0.18 | 0.11 | 160.48 | 0.69 | 0.64 |
| Hex | 65 | E3 | BA | 38 | 0 | 12 | B | A0 | 45 | 40 |
| Octal | 145 | 343 | 272 | 70 | 0 | 22 | 13 | 240 | 105 | 100 |
| Binary | 1100101 | 11100011 | 10111010 | 111000 | 0 | 10010 | 1011 | 10100000 | 1000101 | 1000000 |
Color Harmonies of #65E3BA
Complementary color
Monochromatic Colors of #65E3BA
Black with #65E3BA
Text Example
Text Example
White with #65E3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E3BA; }
p { color: rgb(101,227,186); }
H1.HeaderClassName
{
color: #65E3BA;
}
.AnyTagClassName
{
color: #65E3BA;
}
</style>
background-color css
<style>
a { background-color: #65E3BA; }
a { background-color: rgb(101,227,186); }
div.DivClassName
{
background-color: #65E3BA;
}
.BgClassName
{
background-color: #65E3BA;
}
</style>
border-color css
<style>
span { border-color: #65E3BA; }
span { border-color: rgb(101,227,186); }
td.TdClassName
{
border-color: #65E3BA;
}
.TagClassName
{
border-color: #65E3BA;
}
</style>