Shades of Downy #65DAC5
Tints of Downy #65DAC5
RGB
CMYK
RGB Variations
Color information
#65DAC5 (or 0x65DAC5) is known color: Downy. HEX triplet: 65, DA and C5. RGB value is (101,218,197). Sum of RGB (Red+Green+Blue) = 101+218+197=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #65DAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DAC5 is #9A253A. Grayscale: #B4B4B4. Windows color (decimal): -10102075 or 12966501. OLE color: 12966501.
HSL color Cylindrical-coordinate representation of color #65DAC5: hue angle of 169.23º 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 #65DAC5 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 218 | 197 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.15 |
| HSL | 169.23º | 0.61% | 0.63% | - |
| HSV(B) | 169.23º | 0.54% | 0.85% | - |
| XYZ | 40.52 | 56.94 | 61.68 | - |
| YUV | 180.62 | 137.24 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 197 | 0.54 | 0 | 0.10 | 0.15 | 169.23 | 0.61 | 0.63 |
| Hex | 65 | DA | C5 | 36 | 0 | A | F | A9 | 3D | 3F |
| Octal | 145 | 332 | 305 | 66 | 0 | 12 | 17 | 251 | 75 | 77 |
| Binary | 1100101 | 11011010 | 11000101 | 110110 | 0 | 1010 | 1111 | 10101001 | 111101 | 111111 |
Color Harmonies of #65DAC5
Complementary color
Monochromatic Colors of #65DAC5
Black with #65DAC5
Text Example
Text Example
White with #65DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DAC5; }
p { color: rgb(101,218,197); }
H1.HeaderClassName
{
color: #65DAC5;
}
.AnyTagClassName
{
color: #65DAC5;
}
</style>
background-color css
<style>
a { background-color: #65DAC5; }
a { background-color: rgb(101,218,197); }
div.DivClassName
{
background-color: #65DAC5;
}
.BgClassName
{
background-color: #65DAC5;
}
</style>
border-color css
<style>
span { border-color: #65DAC5; }
span { border-color: rgb(101,218,197); }
td.TdClassName
{
border-color: #65DAC5;
}
.TagClassName
{
border-color: #65DAC5;
}
</style>