Shades of Downy #64DCD2
Tints of Downy #64DCD2
RGB
CMYK
RGB Variations
Color information
#64DCD2 (or 0x64DCD2) is known color: Downy. HEX triplet: 64, DC and D2. RGB value is (100,220,210). Sum of RGB (Red+Green+Blue) = 100+220+210=530 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.87% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCD2 is #9B232D. Grayscale: #B6B6B6. Windows color (decimal): -10167086 or 13818980. OLE color: 13818980.
HSL color Cylindrical-coordinate representation of color #64DCD2: hue angle of 175º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DCD2 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 220 | 210 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.14 |
| HSL | 175º | 0.63% | 0.63% | - |
| HSV(B) | 175º | 0.55% | 0.86% | - |
| XYZ | 42.48 | 58.55 | 70.03 | - |
| YUV | 182.98 | 143.24 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 210 | 0.55 | 0 | 0.05 | 0.14 | 175 | 0.63 | 0.63 |
| Hex | 64 | DC | D2 | 37 | 0 | 5 | E | AF | 3F | 3F |
| Octal | 144 | 334 | 322 | 67 | 0 | 5 | 16 | 257 | 77 | 77 |
| Binary | 1100100 | 11011100 | 11010010 | 110111 | 0 | 101 | 1110 | 10101111 | 111111 | 111111 |
Color Harmonies of #64DCD2
Complementary color
Monochromatic Colors of #64DCD2
Black with #64DCD2
Text Example
Text Example
White with #64DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DCD2; }
p { color: rgb(100,220,210); }
H1.HeaderClassName
{
color: #64DCD2;
}
.AnyTagClassName
{
color: #64DCD2;
}
</style>
background-color css
<style>
a { background-color: #64DCD2; }
a { background-color: rgb(100,220,210); }
div.DivClassName
{
background-color: #64DCD2;
}
.BgClassName
{
background-color: #64DCD2;
}
</style>
border-color css
<style>
span { border-color: #64DCD2; }
span { border-color: rgb(100,220,210); }
td.TdClassName
{
border-color: #64DCD2;
}
.TagClassName
{
border-color: #64DCD2;
}
</style>