Shades of Downy #65DBB8
Tints of Downy #65DBB8
RGB
CMYK
RGB Variations
Color information
#65DBB8 (or 0x65DBB8) is known color: Downy. HEX triplet: 65, DB and B8. RGB value is (101,219,184). Sum of RGB (Red+Green+Blue) = 101+219+184=504 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.04% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #65DBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DBB8 is #9A2447. Grayscale: #B3B3B3. Windows color (decimal): -10101832 or 12114789. OLE color: 12114789.
HSL color Cylindrical-coordinate representation of color #65DBB8: hue angle of 162.2º 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 #65DBB8 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 219 | 184 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.14 |
| HSL | 162.2º | 0.62% | 0.63% | - |
| HSV(B) | 162.2º | 0.54% | 0.86% | - |
| XYZ | 39.35 | 56.89 | 54.25 | - |
| YUV | 179.73 | 130.41 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 219 | 184 | 0.54 | 0 | 0.16 | 0.14 | 162.2 | 0.62 | 0.63 |
| Hex | 65 | DB | B8 | 36 | 0 | 10 | E | A2 | 3E | 3F |
| Octal | 145 | 333 | 270 | 66 | 0 | 20 | 16 | 242 | 76 | 77 |
| Binary | 1100101 | 11011011 | 10111000 | 110110 | 0 | 10000 | 1110 | 10100010 | 111110 | 111111 |
Color Harmonies of #65DBB8
Complementary color
Monochromatic Colors of #65DBB8
Black with #65DBB8
Text Example
Text Example
White with #65DBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DBB8; }
p { color: rgb(101,219,184); }
H1.HeaderClassName
{
color: #65DBB8;
}
.AnyTagClassName
{
color: #65DBB8;
}
</style>
background-color css
<style>
a { background-color: #65DBB8; }
a { background-color: rgb(101,219,184); }
div.DivClassName
{
background-color: #65DBB8;
}
.BgClassName
{
background-color: #65DBB8;
}
</style>
border-color css
<style>
span { border-color: #65DBB8; }
span { border-color: rgb(101,219,184); }
td.TdClassName
{
border-color: #65DBB8;
}
.TagClassName
{
border-color: #65DBB8;
}
</style>