Shades of Downy #65D6BA
Tints of Downy #65D6BA
RGB
CMYK
RGB Variations
Color information
#65D6BA (or 0x65D6BA) is known color: Downy. HEX triplet: 65, D6 and BA. RGB value is (101,214,186). Sum of RGB (Red+Green+Blue) = 101+214+186=501 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.16% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #65D6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D6BA is #9A2945. Grayscale: #B1B1B1. Windows color (decimal): -10103110 or 12244581. OLE color: 12244581.
HSL color Cylindrical-coordinate representation of color #65D6BA: hue angle of 165.13º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D6BA is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 186 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.16 |
| HSL | 165.13º | 0.58% | 0.62% | - |
| HSV(B) | 165.13º | 0.53% | 0.84% | - |
| XYZ | 38.28 | 54.41 | 54.94 | - |
| YUV | 177.02 | 133.06 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 186 | 0.53 | 0 | 0.13 | 0.16 | 165.13 | 0.58 | 0.62 |
| Hex | 65 | D6 | BA | 35 | 0 | D | 10 | A5 | 3A | 3E |
| Octal | 145 | 326 | 272 | 65 | 0 | 15 | 20 | 245 | 72 | 76 |
| Binary | 1100101 | 11010110 | 10111010 | 110101 | 0 | 1101 | 10000 | 10100101 | 111010 | 111110 |
Color Harmonies of #65D6BA
Complementary color
Monochromatic Colors of #65D6BA
Black with #65D6BA
Text Example
Text Example
White with #65D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D6BA; }
p { color: rgb(101,214,186); }
H1.HeaderClassName
{
color: #65D6BA;
}
.AnyTagClassName
{
color: #65D6BA;
}
</style>
background-color css
<style>
a { background-color: #65D6BA; }
a { background-color: rgb(101,214,186); }
div.DivClassName
{
background-color: #65D6BA;
}
.BgClassName
{
background-color: #65D6BA;
}
</style>
border-color css
<style>
span { border-color: #65D6BA; }
span { border-color: rgb(101,214,186); }
td.TdClassName
{
border-color: #65D6BA;
}
.TagClassName
{
border-color: #65D6BA;
}
</style>