Shades of Downy #65DDBB
Tints of Downy #65DDBB
RGB
CMYK
RGB Variations
Color information
#65DDBB (or 0x65DDBB) is known color: Downy. HEX triplet: 65, DD and BB. RGB value is (101,221,187). Sum of RGB (Red+Green+Blue) = 101+221+187=509 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.84% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DDBB is #9A2244. Grayscale: #B5B5B5. Windows color (decimal): -10101317 or 12311909. OLE color: 12311909.
HSL color Cylindrical-coordinate representation of color #65DDBB: hue angle of 163º 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 #65DDBB is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 187 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.13 |
| HSL | 163º | 0.64% | 0.63% | - |
| HSV(B) | 163º | 0.54% | 0.87% | - |
| XYZ | 40.19 | 58.07 | 56.1 | - |
| YUV | 181.24 | 131.24 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 187 | 0.54 | 0 | 0.15 | 0.13 | 163 | 0.64 | 0.63 |
| Hex | 65 | DD | BB | 36 | 0 | F | D | A3 | 40 | 3F |
| Octal | 145 | 335 | 273 | 66 | 0 | 17 | 15 | 243 | 100 | 77 |
| Binary | 1100101 | 11011101 | 10111011 | 110110 | 0 | 1111 | 1101 | 10100011 | 1000000 | 111111 |
Color Harmonies of #65DDBB
Complementary color
Monochromatic Colors of #65DDBB
Black with #65DDBB
Text Example
Text Example
White with #65DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DDBB; }
p { color: rgb(101,221,187); }
H1.HeaderClassName
{
color: #65DDBB;
}
.AnyTagClassName
{
color: #65DDBB;
}
</style>
background-color css
<style>
a { background-color: #65DDBB; }
a { background-color: rgb(101,221,187); }
div.DivClassName
{
background-color: #65DDBB;
}
.BgClassName
{
background-color: #65DDBB;
}
</style>
border-color css
<style>
span { border-color: #65DDBB; }
span { border-color: rgb(101,221,187); }
td.TdClassName
{
border-color: #65DDBB;
}
.TagClassName
{
border-color: #65DDBB;
}
</style>