Shades of Downy #65DBBD
Tints of Downy #65DBBD
RGB
CMYK
RGB Variations
Color information
#65DBBD (or 0x65DBBD) is known color: Downy. HEX triplet: 65, DB and BD. RGB value is (101,219,189). Sum of RGB (Red+Green+Blue) = 101+219+189=509 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.84% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #65DBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DBBD is #9A2442. Grayscale: #B4B4B4. Windows color (decimal): -10101827 or 12442469. OLE color: 12442469.
HSL color Cylindrical-coordinate representation of color #65DBBD: hue angle of 164.75º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DBBD is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 189 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.14 |
| HSL | 164.75º | 0.62% | 0.63% | - |
| HSV(B) | 164.75º | 0.54% | 0.86% | - |
| XYZ | 39.88 | 57.1 | 57.06 | - |
| YUV | 180.3 | 132.91 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 189 | 0.54 | 0 | 0.14 | 0.14 | 164.75 | 0.62 | 0.63 |
| Hex | 65 | DB | BD | 36 | 0 | E | E | A5 | 3E | 3F |
| Octal | 145 | 333 | 275 | 66 | 0 | 16 | 16 | 245 | 76 | 77 |
| Binary | 1100101 | 11011011 | 10111101 | 110110 | 0 | 1110 | 1110 | 10100101 | 111110 | 111111 |
Color Harmonies of #65DBBD
Complementary color
Monochromatic Colors of #65DBBD
Black with #65DBBD
Text Example
Text Example
White with #65DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBBD; }
p { color: rgb(101,219,189); }
H1.HeaderClassName
{
color: #65DBBD;
}
.AnyTagClassName
{
color: #65DBBD;
}
</style>
background-color css
<style>
a { background-color: #65DBBD; }
a { background-color: rgb(101,219,189); }
div.DivClassName
{
background-color: #65DBBD;
}
.BgClassName
{
background-color: #65DBBD;
}
</style>
border-color css
<style>
span { border-color: #65DBBD; }
span { border-color: rgb(101,219,189); }
td.TdClassName
{
border-color: #65DBBD;
}
.TagClassName
{
border-color: #65DBBD;
}
</style>