Shades of Downy #65D7BA
Tints of Downy #65D7BA
RGB
CMYK
RGB Variations
Color information
#65D7BA (or 0x65D7BA) is known color: Downy. HEX triplet: 65, D7 and BA. RGB value is (101,215,186). Sum of RGB (Red+Green+Blue) = 101+215+186=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #65D7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D7BA is #9A2845. Grayscale: #B1B1B1. Windows color (decimal): -10102854 or 12244837. OLE color: 12244837.
HSL color Cylindrical-coordinate representation of color #65D7BA: hue angle of 164.74º degrees, saturation: 0.59, 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 #65D7BA is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 215 | 186 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.16 |
| HSL | 164.74º | 0.59% | 0.62% | - |
| HSV(B) | 164.74º | 0.53% | 0.84% | - |
| XYZ | 38.53 | 54.91 | 55.02 | - |
| YUV | 177.61 | 132.73 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 215 | 186 | 0.53 | 0 | 0.13 | 0.16 | 164.74 | 0.59 | 0.62 |
| Hex | 65 | D7 | BA | 35 | 0 | D | 10 | A5 | 3B | 3E |
| Octal | 145 | 327 | 272 | 65 | 0 | 15 | 20 | 245 | 73 | 76 |
| Binary | 1100101 | 11010111 | 10111010 | 110101 | 0 | 1101 | 10000 | 10100101 | 111011 | 111110 |
Color Harmonies of #65D7BA
Complementary color
Monochromatic Colors of #65D7BA
Black with #65D7BA
Text Example
Text Example
White with #65D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D7BA; }
p { color: rgb(101,215,186); }
H1.HeaderClassName
{
color: #65D7BA;
}
.AnyTagClassName
{
color: #65D7BA;
}
</style>
background-color css
<style>
a { background-color: #65D7BA; }
a { background-color: rgb(101,215,186); }
div.DivClassName
{
background-color: #65D7BA;
}
.BgClassName
{
background-color: #65D7BA;
}
</style>
border-color css
<style>
span { border-color: #65D7BA; }
span { border-color: rgb(101,215,186); }
td.TdClassName
{
border-color: #65D7BA;
}
.TagClassName
{
border-color: #65D7BA;
}
</style>