Shades of Downy #61DFC5
Tints of Downy #61DFC5
RGB
CMYK
RGB Variations
Color information
#61DFC5 (or 0x61DFC5) is known color: Downy. HEX triplet: 61, DF and C5. RGB value is (97,223,197). Sum of RGB (Red+Green+Blue) = 97+223+197=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #61DFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DFC5 is #9E203A. Grayscale: #B6B6B6. Windows color (decimal): -10362939 or 12967777. OLE color: 12967777.
HSL color Cylindrical-coordinate representation of color #61DFC5: hue angle of 167.62º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DFC5 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 197 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.13 |
| HSL | 167.62º | 0.66% | 0.63% | - |
| HSV(B) | 167.62º | 0.57% | 0.87% | - |
| XYZ | 41.4 | 59.35 | 62.1 | - |
| YUV | 182.36 | 136.26 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 197 | 0.57 | 0 | 0.12 | 0.13 | 167.62 | 0.66 | 0.63 |
| Hex | 61 | DF | C5 | 39 | 0 | C | D | A8 | 42 | 3F |
| Octal | 141 | 337 | 305 | 71 | 0 | 14 | 15 | 250 | 102 | 77 |
| Binary | 1100001 | 11011111 | 11000101 | 111001 | 0 | 1100 | 1101 | 10101000 | 1000010 | 111111 |
Color Harmonies of #61DFC5
Complementary color
Monochromatic Colors of #61DFC5
Black with #61DFC5
Text Example
Text Example
White with #61DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DFC5; }
p { color: rgb(97,223,197); }
H1.HeaderClassName
{
color: #61DFC5;
}
.AnyTagClassName
{
color: #61DFC5;
}
</style>
background-color css
<style>
a { background-color: #61DFC5; }
a { background-color: rgb(97,223,197); }
div.DivClassName
{
background-color: #61DFC5;
}
.BgClassName
{
background-color: #61DFC5;
}
</style>
border-color css
<style>
span { border-color: #61DFC5; }
span { border-color: rgb(97,223,197); }
td.TdClassName
{
border-color: #61DFC5;
}
.TagClassName
{
border-color: #61DFC5;
}
</style>