Shades of Downy #65DCC4
Tints of Downy #65DCC4
RGB
CMYK
RGB Variations
Color information
#65DCC4 (or 0x65DCC4) is known color: Downy. HEX triplet: 65, DC and C4. RGB value is (101,220,196). Sum of RGB (Red+Green+Blue) = 101+220+196=517 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.54% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #65DCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DCC4 is #9A233B. Grayscale: #B5B5B5. Windows color (decimal): -10101564 or 12901477. OLE color: 12901477.
HSL color Cylindrical-coordinate representation of color #65DCC4: hue angle of 167.9º degrees, saturation: 0.63, 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 #65DCC4 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 196 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.14 |
| HSL | 167.9º | 0.63% | 0.63% | - |
| HSV(B) | 167.9º | 0.54% | 0.86% | - |
| XYZ | 40.92 | 57.94 | 61.25 | - |
| YUV | 181.68 | 136.08 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 196 | 0.54 | 0 | 0.11 | 0.14 | 167.9 | 0.63 | 0.63 |
| Hex | 65 | DC | C4 | 36 | 0 | B | E | A8 | 3F | 3F |
| Octal | 145 | 334 | 304 | 66 | 0 | 13 | 16 | 250 | 77 | 77 |
| Binary | 1100101 | 11011100 | 11000100 | 110110 | 0 | 1011 | 1110 | 10101000 | 111111 | 111111 |
Color Harmonies of #65DCC4
Complementary color
Monochromatic Colors of #65DCC4
Black with #65DCC4
Text Example
Text Example
White with #65DCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCC4; }
p { color: rgb(101,220,196); }
H1.HeaderClassName
{
color: #65DCC4;
}
.AnyTagClassName
{
color: #65DCC4;
}
</style>
background-color css
<style>
a { background-color: #65DCC4; }
a { background-color: rgb(101,220,196); }
div.DivClassName
{
background-color: #65DCC4;
}
.BgClassName
{
background-color: #65DCC4;
}
</style>
border-color css
<style>
span { border-color: #65DCC4; }
span { border-color: rgb(101,220,196); }
td.TdClassName
{
border-color: #65DCC4;
}
.TagClassName
{
border-color: #65DCC4;
}
</style>