Shades of Downy #65DEC8
Tints of Downy #65DEC8
RGB
CMYK
RGB Variations
Color information
#65DEC8 (or 0x65DEC8) is known color: Downy. HEX triplet: 65, DE and C8. RGB value is (101,222,200). Sum of RGB (Red+Green+Blue) = 101+222+200=523 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.31% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #65DEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DEC8 is #9A2137. Grayscale: #B7B7B7. Windows color (decimal): -10101048 or 13164133. OLE color: 13164133.
HSL color Cylindrical-coordinate representation of color #65DEC8: hue angle of 169.09º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DEC8 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 222 | 200 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.13 |
| HSL | 169.09º | 0.65% | 0.63% | - |
| HSV(B) | 169.09º | 0.55% | 0.87% | - |
| XYZ | 41.91 | 59.18 | 63.86 | - |
| YUV | 183.31 | 137.41 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 222 | 200 | 0.55 | 0 | 0.10 | 0.13 | 169.09 | 0.65 | 0.63 |
| Hex | 65 | DE | C8 | 37 | 0 | A | D | A9 | 41 | 3F |
| Octal | 145 | 336 | 310 | 67 | 0 | 12 | 15 | 251 | 101 | 77 |
| Binary | 1100101 | 11011110 | 11001000 | 110111 | 0 | 1010 | 1101 | 10101001 | 1000001 | 111111 |
Color Harmonies of #65DEC8
Complementary color
Monochromatic Colors of #65DEC8
Black with #65DEC8
Text Example
Text Example
White with #65DEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DEC8; }
p { color: rgb(101,222,200); }
H1.HeaderClassName
{
color: #65DEC8;
}
.AnyTagClassName
{
color: #65DEC8;
}
</style>
background-color css
<style>
a { background-color: #65DEC8; }
a { background-color: rgb(101,222,200); }
div.DivClassName
{
background-color: #65DEC8;
}
.BgClassName
{
background-color: #65DEC8;
}
</style>
border-color css
<style>
span { border-color: #65DEC8; }
span { border-color: rgb(101,222,200); }
td.TdClassName
{
border-color: #65DEC8;
}
.TagClassName
{
border-color: #65DEC8;
}
</style>