Shades of Downy #65DFD0
Tints of Downy #65DFD0
RGB
CMYK
RGB Variations
Color information
#65DFD0 (or 0x65DFD0) is known color: Downy. HEX triplet: 65, DF and D0. RGB value is (101,223,208). Sum of RGB (Red+Green+Blue) = 101+223+208=532 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.98% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFD0 is #9A202F. Grayscale: #B8B8B8. Windows color (decimal): -10100784 or 13688677. OLE color: 13688677.
HSL color Cylindrical-coordinate representation of color #65DFD0: hue angle of 172.62º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DFD0 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 208 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.13 |
| HSL | 172.62º | 0.66% | 0.64% | - |
| HSV(B) | 172.62º | 0.55% | 0.87% | - |
| XYZ | 43.14 | 60.1 | 69 | - |
| YUV | 184.81 | 141.08 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 208 | 0.55 | 0 | 0.07 | 0.13 | 172.62 | 0.66 | 0.64 |
| Hex | 65 | DF | D0 | 37 | 0 | 7 | D | AD | 42 | 40 |
| Octal | 145 | 337 | 320 | 67 | 0 | 7 | 15 | 255 | 102 | 100 |
| Binary | 1100101 | 11011111 | 11010000 | 110111 | 0 | 111 | 1101 | 10101101 | 1000010 | 1000000 |
Color Harmonies of #65DFD0
Complementary color
Monochromatic Colors of #65DFD0
Black with #65DFD0
Text Example
Text Example
White with #65DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DFD0; }
p { color: rgb(101,223,208); }
H1.HeaderClassName
{
color: #65DFD0;
}
.AnyTagClassName
{
color: #65DFD0;
}
</style>
background-color css
<style>
a { background-color: #65DFD0; }
a { background-color: rgb(101,223,208); }
div.DivClassName
{
background-color: #65DFD0;
}
.BgClassName
{
background-color: #65DFD0;
}
</style>
border-color css
<style>
span { border-color: #65DFD0; }
span { border-color: rgb(101,223,208); }
td.TdClassName
{
border-color: #65DFD0;
}
.TagClassName
{
border-color: #65DFD0;
}
</style>