Shades of Downy #65DAB6
Tints of Downy #65DAB6
RGB
CMYK
RGB Variations
Color information
#65DAB6 (or 0x65DAB6) is known color: Downy. HEX triplet: 65, DA and B6. RGB value is (101,218,182). Sum of RGB (Red+Green+Blue) = 101+218+182=501 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.16% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #65DAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DAB6 is #9A2549. Grayscale: #B2B2B2. Windows color (decimal): -10102090 or 11983461. OLE color: 11983461.
HSL color Cylindrical-coordinate representation of color #65DAB6: hue angle of 161.54º 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 #65DAB6 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 218 | 182 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.15 |
| HSL | 161.54º | 0.61% | 0.63% | - |
| HSV(B) | 161.54º | 0.54% | 0.85% | - |
| XYZ | 38.88 | 56.29 | 53.07 | - |
| YUV | 178.91 | 129.74 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 182 | 0.54 | 0 | 0.17 | 0.15 | 161.54 | 0.61 | 0.63 |
| Hex | 65 | DA | B6 | 36 | 0 | 11 | F | A2 | 3D | 3F |
| Octal | 145 | 332 | 266 | 66 | 0 | 21 | 17 | 242 | 75 | 77 |
| Binary | 1100101 | 11011010 | 10110110 | 110110 | 0 | 10001 | 1111 | 10100010 | 111101 | 111111 |
Color Harmonies of #65DAB6
Complementary color
Monochromatic Colors of #65DAB6
Black with #65DAB6
Text Example
Text Example
White with #65DAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DAB6; }
p { color: rgb(101,218,182); }
H1.HeaderClassName
{
color: #65DAB6;
}
.AnyTagClassName
{
color: #65DAB6;
}
</style>
background-color css
<style>
a { background-color: #65DAB6; }
a { background-color: rgb(101,218,182); }
div.DivClassName
{
background-color: #65DAB6;
}
.BgClassName
{
background-color: #65DAB6;
}
</style>
border-color css
<style>
span { border-color: #65DAB6; }
span { border-color: rgb(101,218,182); }
td.TdClassName
{
border-color: #65DAB6;
}
.TagClassName
{
border-color: #65DAB6;
}
</style>