Shades of Downy #65DCC1
Tints of Downy #65DCC1
RGB
CMYK
RGB Variations
Color information
#65DCC1 (or 0x65DCC1) is known color: Downy. HEX triplet: 65, DC and C1. RGB value is (101,220,193). Sum of RGB (Red+Green+Blue) = 101+220+193=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #65DCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DCC1 is #9A233E. Grayscale: #B5B5B5. Windows color (decimal): -10101567 or 12704869. OLE color: 12704869.
HSL color Cylindrical-coordinate representation of color #65DCC1: hue angle of 166.39º 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 #65DCC1 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 193 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.14 |
| HSL | 166.39º | 0.63% | 0.63% | - |
| HSV(B) | 166.39º | 0.54% | 0.86% | - |
| XYZ | 40.59 | 57.8 | 59.47 | - |
| YUV | 181.34 | 134.58 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 193 | 0.54 | 0 | 0.12 | 0.14 | 166.39 | 0.63 | 0.63 |
| Hex | 65 | DC | C1 | 36 | 0 | C | E | A6 | 3F | 3F |
| Octal | 145 | 334 | 301 | 66 | 0 | 14 | 16 | 246 | 77 | 77 |
| Binary | 1100101 | 11011100 | 11000001 | 110110 | 0 | 1100 | 1110 | 10100110 | 111111 | 111111 |
Color Harmonies of #65DCC1
Complementary color
Monochromatic Colors of #65DCC1
Black with #65DCC1
Text Example
Text Example
White with #65DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DCC1; }
p { color: rgb(101,220,193); }
H1.HeaderClassName
{
color: #65DCC1;
}
.AnyTagClassName
{
color: #65DCC1;
}
</style>
background-color css
<style>
a { background-color: #65DCC1; }
a { background-color: rgb(101,220,193); }
div.DivClassName
{
background-color: #65DCC1;
}
.BgClassName
{
background-color: #65DCC1;
}
</style>
border-color css
<style>
span { border-color: #65DCC1; }
span { border-color: rgb(101,220,193); }
td.TdClassName
{
border-color: #65DCC1;
}
.TagClassName
{
border-color: #65DCC1;
}
</style>