Shades of Downy #65DABB
Tints of Downy #65DABB
RGB
CMYK
RGB Variations
Color information
#65DABB (or 0x65DABB) is known color: Downy. HEX triplet: 65, DA and BB. RGB value is (101,218,187). Sum of RGB (Red+Green+Blue) = 101+218+187=506 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.96% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #65DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DABB is #9A2544. Grayscale: #B3B3B3. Windows color (decimal): -10102085 or 12311141. OLE color: 12311141.
HSL color Cylindrical-coordinate representation of color #65DABB: hue angle of 164.1º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DABB is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 218 | 187 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.15 |
| HSL | 164.1º | 0.61% | 0.63% | - |
| HSV(B) | 164.1º | 0.54% | 0.85% | - |
| XYZ | 39.41 | 56.5 | 55.84 | - |
| YUV | 179.48 | 132.24 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 187 | 0.54 | 0 | 0.14 | 0.15 | 164.1 | 0.61 | 0.63 |
| Hex | 65 | DA | BB | 36 | 0 | E | F | A4 | 3D | 3F |
| Octal | 145 | 332 | 273 | 66 | 0 | 16 | 17 | 244 | 75 | 77 |
| Binary | 1100101 | 11011010 | 10111011 | 110110 | 0 | 1110 | 1111 | 10100100 | 111101 | 111111 |
Color Harmonies of #65DABB
Complementary color
Monochromatic Colors of #65DABB
Black with #65DABB
Text Example
Text Example
White with #65DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DABB; }
p { color: rgb(101,218,187); }
H1.HeaderClassName
{
color: #65DABB;
}
.AnyTagClassName
{
color: #65DABB;
}
</style>
background-color css
<style>
a { background-color: #65DABB; }
a { background-color: rgb(101,218,187); }
div.DivClassName
{
background-color: #65DABB;
}
.BgClassName
{
background-color: #65DABB;
}
</style>
border-color css
<style>
span { border-color: #65DABB; }
span { border-color: rgb(101,218,187); }
td.TdClassName
{
border-color: #65DABB;
}
.TagClassName
{
border-color: #65DABB;
}
</style>