Shades of Downy #65DBBC
Tints of Downy #65DBBC
RGB
CMYK
RGB Variations
Color information
#65DBBC (or 0x65DBBC) is known color: Downy. HEX triplet: 65, DB and BC. RGB value is (101,219,188). Sum of RGB (Red+Green+Blue) = 101+219+188=508 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.88% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #65DBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DBBC is #9A2443. Grayscale: #B4B4B4. Windows color (decimal): -10101828 or 12376933. OLE color: 12376933.
HSL color Cylindrical-coordinate representation of color #65DBBC: hue angle of 164.24º 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 #65DBBC is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 188 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.14 |
| HSL | 164.24º | 0.62% | 0.63% | - |
| HSV(B) | 164.24º | 0.54% | 0.86% | - |
| XYZ | 39.78 | 57.06 | 56.49 | - |
| YUV | 180.18 | 132.41 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 188 | 0.54 | 0 | 0.14 | 0.14 | 164.24 | 0.62 | 0.63 |
| Hex | 65 | DB | BC | 36 | 0 | E | E | A4 | 3E | 3F |
| Octal | 145 | 333 | 274 | 66 | 0 | 16 | 16 | 244 | 76 | 77 |
| Binary | 1100101 | 11011011 | 10111100 | 110110 | 0 | 1110 | 1110 | 10100100 | 111110 | 111111 |
Color Harmonies of #65DBBC
Complementary color
Monochromatic Colors of #65DBBC
Black with #65DBBC
Text Example
Text Example
White with #65DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBBC; }
p { color: rgb(101,219,188); }
H1.HeaderClassName
{
color: #65DBBC;
}
.AnyTagClassName
{
color: #65DBBC;
}
</style>
background-color css
<style>
a { background-color: #65DBBC; }
a { background-color: rgb(101,219,188); }
div.DivClassName
{
background-color: #65DBBC;
}
.BgClassName
{
background-color: #65DBBC;
}
</style>
border-color css
<style>
span { border-color: #65DBBC; }
span { border-color: rgb(101,219,188); }
td.TdClassName
{
border-color: #65DBBC;
}
.TagClassName
{
border-color: #65DBBC;
}
</style>