Shades of Downy #65DDD2
Tints of Downy #65DDD2
RGB
CMYK
RGB Variations
Color information
#65DDD2 (or 0x65DDD2) is known color: Downy. HEX triplet: 65, DD and D2. RGB value is (101,221,210). Sum of RGB (Red+Green+Blue) = 101+221+210=532 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.98% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DDD2 is #9A222D. Grayscale: #B7B7B7. Windows color (decimal): -10101294 or 13819237. OLE color: 13819237.
HSL color Cylindrical-coordinate representation of color #65DDD2: hue angle of 174.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DDD2 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 210 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.13 |
| HSL | 174.5º | 0.64% | 0.63% | - |
| HSV(B) | 174.5º | 0.54% | 0.87% | - |
| XYZ | 42.86 | 59.13 | 70.13 | - |
| YUV | 183.87 | 142.74 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 210 | 0.54 | 0 | 0.05 | 0.13 | 174.5 | 0.64 | 0.63 |
| Hex | 65 | DD | D2 | 36 | 0 | 5 | D | AE | 40 | 3F |
| Octal | 145 | 335 | 322 | 66 | 0 | 5 | 15 | 256 | 100 | 77 |
| Binary | 1100101 | 11011101 | 11010010 | 110110 | 0 | 101 | 1101 | 10101110 | 1000000 | 111111 |
Color Harmonies of #65DDD2
Complementary color
Monochromatic Colors of #65DDD2
Black with #65DDD2
Text Example
Text Example
White with #65DDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DDD2; }
p { color: rgb(101,221,210); }
H1.HeaderClassName
{
color: #65DDD2;
}
.AnyTagClassName
{
color: #65DDD2;
}
</style>
background-color css
<style>
a { background-color: #65DDD2; }
a { background-color: rgb(101,221,210); }
div.DivClassName
{
background-color: #65DDD2;
}
.BgClassName
{
background-color: #65DDD2;
}
</style>
border-color css
<style>
span { border-color: #65DDD2; }
span { border-color: rgb(101,221,210); }
td.TdClassName
{
border-color: #65DDD2;
}
.TagClassName
{
border-color: #65DDD2;
}
</style>