Shades of Downy #65DDB8
Tints of Downy #65DDB8
RGB
CMYK
RGB Variations
Color information
#65DDB8 (or 0x65DDB8) is known color: Downy. HEX triplet: 65, DD and B8. RGB value is (101,221,184). Sum of RGB (Red+Green+Blue) = 101+221+184=506 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.96% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DDB8 is #9A2247. Grayscale: #B4B4B4. Windows color (decimal): -10101320 or 12115301. OLE color: 12115301.
HSL color Cylindrical-coordinate representation of color #65DDB8: hue angle of 161.5º 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 #65DDB8 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 184 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.13 |
| HSL | 161.5º | 0.64% | 0.63% | - |
| HSV(B) | 161.5º | 0.54% | 0.87% | - |
| XYZ | 39.88 | 57.94 | 54.43 | - |
| YUV | 180.9 | 129.74 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 184 | 0.54 | 0 | 0.17 | 0.13 | 161.5 | 0.64 | 0.63 |
| Hex | 65 | DD | B8 | 36 | 0 | 11 | D | A2 | 40 | 3F |
| Octal | 145 | 335 | 270 | 66 | 0 | 21 | 15 | 242 | 100 | 77 |
| Binary | 1100101 | 11011101 | 10111000 | 110110 | 0 | 10001 | 1101 | 10100010 | 1000000 | 111111 |
Color Harmonies of #65DDB8
Complementary color
Monochromatic Colors of #65DDB8
Black with #65DDB8
Text Example
Text Example
White with #65DDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DDB8; }
p { color: rgb(101,221,184); }
H1.HeaderClassName
{
color: #65DDB8;
}
.AnyTagClassName
{
color: #65DDB8;
}
</style>
background-color css
<style>
a { background-color: #65DDB8; }
a { background-color: rgb(101,221,184); }
div.DivClassName
{
background-color: #65DDB8;
}
.BgClassName
{
background-color: #65DDB8;
}
</style>
border-color css
<style>
span { border-color: #65DDB8; }
span { border-color: rgb(101,221,184); }
td.TdClassName
{
border-color: #65DDB8;
}
.TagClassName
{
border-color: #65DDB8;
}
</style>