Shades of Downy #61DFC8
Tints of Downy #61DFC8
RGB
CMYK
RGB Variations
Color information
#61DFC8 (or 0x61DFC8) is known color: Downy. HEX triplet: 61, DF and C8. RGB value is (97,223,200). Sum of RGB (Red+Green+Blue) = 97+223+200=520 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.65% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #61DFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DFC8 is #9E2037. Grayscale: #B6B6B6. Windows color (decimal): -10362936 or 13164385. OLE color: 13164385.
HSL color Cylindrical-coordinate representation of color #61DFC8: hue angle of 169.05º 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 #61DFC8 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 200 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.13 |
| HSL | 169.05º | 0.66% | 0.63% | - |
| HSV(B) | 169.05º | 0.57% | 0.87% | - |
| XYZ | 41.74 | 59.49 | 63.93 | - |
| YUV | 182.7 | 137.76 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 200 | 0.57 | 0 | 0.10 | 0.13 | 169.05 | 0.66 | 0.63 |
| Hex | 61 | DF | C8 | 39 | 0 | A | D | A9 | 42 | 3F |
| Octal | 141 | 337 | 310 | 71 | 0 | 12 | 15 | 251 | 102 | 77 |
| Binary | 1100001 | 11011111 | 11001000 | 111001 | 0 | 1010 | 1101 | 10101001 | 1000010 | 111111 |
Color Harmonies of #61DFC8
Complementary color
Monochromatic Colors of #61DFC8
Black with #61DFC8
Text Example
Text Example
White with #61DFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DFC8; }
p { color: rgb(97,223,200); }
H1.HeaderClassName
{
color: #61DFC8;
}
.AnyTagClassName
{
color: #61DFC8;
}
</style>
background-color css
<style>
a { background-color: #61DFC8; }
a { background-color: rgb(97,223,200); }
div.DivClassName
{
background-color: #61DFC8;
}
.BgClassName
{
background-color: #61DFC8;
}
</style>
border-color css
<style>
span { border-color: #61DFC8; }
span { border-color: rgb(97,223,200); }
td.TdClassName
{
border-color: #61DFC8;
}
.TagClassName
{
border-color: #61DFC8;
}
</style>