Shades of Downy #65DFB8
Tints of Downy #65DFB8
RGB
CMYK
RGB Variations
Color information
#65DFB8 (or 0x65DFB8) is known color: Downy. HEX triplet: 65, DF and B8. RGB value is (101,223,184). Sum of RGB (Red+Green+Blue) = 101+223+184=508 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.88% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFB8 is #9A2047. Grayscale: #B6B6B6. Windows color (decimal): -10100808 or 12115813. OLE color: 12115813.
HSL color Cylindrical-coordinate representation of color #65DFB8: hue angle of 160.82º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DFB8 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 184 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.13 |
| HSL | 160.82º | 0.66% | 0.64% | - |
| HSV(B) | 160.82º | 0.55% | 0.87% | - |
| XYZ | 40.41 | 59 | 54.61 | - |
| YUV | 182.08 | 129.08 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 184 | 0.55 | 0 | 0.17 | 0.13 | 160.82 | 0.66 | 0.64 |
| Hex | 65 | DF | B8 | 37 | 0 | 11 | D | A1 | 42 | 40 |
| Octal | 145 | 337 | 270 | 67 | 0 | 21 | 15 | 241 | 102 | 100 |
| Binary | 1100101 | 11011111 | 10111000 | 110111 | 0 | 10001 | 1101 | 10100001 | 1000010 | 1000000 |
Color Harmonies of #65DFB8
Complementary color
Monochromatic Colors of #65DFB8
Black with #65DFB8
Text Example
Text Example
White with #65DFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DFB8; }
p { color: rgb(101,223,184); }
H1.HeaderClassName
{
color: #65DFB8;
}
.AnyTagClassName
{
color: #65DFB8;
}
</style>
background-color css
<style>
a { background-color: #65DFB8; }
a { background-color: rgb(101,223,184); }
div.DivClassName
{
background-color: #65DFB8;
}
.BgClassName
{
background-color: #65DFB8;
}
</style>
border-color css
<style>
span { border-color: #65DFB8; }
span { border-color: rgb(101,223,184); }
td.TdClassName
{
border-color: #65DFB8;
}
.TagClassName
{
border-color: #65DFB8;
}
</style>