Shades of Downy #65E8BA
Tints of Downy #65E8BA
RGB
CMYK
RGB Variations
Color information
#65E8BA (or 0x65E8BA) is known color: Downy. HEX triplet: 65, E8 and BA. RGB value is (101,232,186). Sum of RGB (Red+Green+Blue) = 101+232+186=519 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.46% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #65E8BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65E8BA is #9A1745. Grayscale: #BBBBBB. Windows color (decimal): -10098502 or 12249189. OLE color: 12249189.
HSL color Cylindrical-coordinate representation of color #65E8BA: hue angle of 158.93º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E8BA is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 232 | 186 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.09 |
| HSL | 158.93º | 0.74% | 0.65% | - |
| HSV(B) | 158.93º | 0.56% | 0.91% | - |
| XYZ | 43.09 | 64.03 | 56.54 | - |
| YUV | 187.59 | 127.1 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 232 | 186 | 0.56 | 0 | 0.20 | 0.09 | 158.93 | 0.74 | 0.65 |
| Hex | 65 | E8 | BA | 38 | 0 | 14 | 9 | 9F | 4A | 41 |
| Octal | 145 | 350 | 272 | 70 | 0 | 24 | 11 | 237 | 112 | 101 |
| Binary | 1100101 | 11101000 | 10111010 | 111000 | 0 | 10100 | 1001 | 10011111 | 1001010 | 1000001 |
Color Harmonies of #65E8BA
Complementary color
Monochromatic Colors of #65E8BA
Black with #65E8BA
Text Example
Text Example
White with #65E8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E8BA; }
p { color: rgb(101,232,186); }
H1.HeaderClassName
{
color: #65E8BA;
}
.AnyTagClassName
{
color: #65E8BA;
}
</style>
background-color css
<style>
a { background-color: #65E8BA; }
a { background-color: rgb(101,232,186); }
div.DivClassName
{
background-color: #65E8BA;
}
.BgClassName
{
background-color: #65E8BA;
}
</style>
border-color css
<style>
span { border-color: #65E8BA; }
span { border-color: rgb(101,232,186); }
td.TdClassName
{
border-color: #65E8BA;
}
.TagClassName
{
border-color: #65E8BA;
}
</style>