Shades of Downy #61D8C1
Tints of Downy #61D8C1
RGB
CMYK
RGB Variations
Color information
#61D8C1 (or 0x61D8C1) is known color: Downy. HEX triplet: 61, D8 and C1. RGB value is (97,216,193). Sum of RGB (Red+Green+Blue) = 97+216+193=506 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.17% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #61D8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D8C1 is #9E273E. Grayscale: #B1B1B1. Windows color (decimal): -10364735 or 12703841. OLE color: 12703841.
HSL color Cylindrical-coordinate representation of color #61D8C1: hue angle of 168.4º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D8C1 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 216 | 193 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.15 |
| HSL | 168.4º | 0.6% | 0.61% | - |
| HSV(B) | 168.4º | 0.55% | 0.85% | - |
| XYZ | 39.11 | 55.5 | 59.1 | - |
| YUV | 177.8 | 136.58 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 216 | 193 | 0.55 | 0 | 0.11 | 0.15 | 168.4 | 0.6 | 0.61 |
| Hex | 61 | D8 | C1 | 37 | 0 | B | F | A8 | 3C | 3D |
| Octal | 141 | 330 | 301 | 67 | 0 | 13 | 17 | 250 | 74 | 75 |
| Binary | 1100001 | 11011000 | 11000001 | 110111 | 0 | 1011 | 1111 | 10101000 | 111100 | 111101 |
Color Harmonies of #61D8C1
Complementary color
Monochromatic Colors of #61D8C1
Black with #61D8C1
Text Example
Text Example
White with #61D8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D8C1; }
p { color: rgb(97,216,193); }
H1.HeaderClassName
{
color: #61D8C1;
}
.AnyTagClassName
{
color: #61D8C1;
}
</style>
background-color css
<style>
a { background-color: #61D8C1; }
a { background-color: rgb(97,216,193); }
div.DivClassName
{
background-color: #61D8C1;
}
.BgClassName
{
background-color: #61D8C1;
}
</style>
border-color css
<style>
span { border-color: #61D8C1; }
span { border-color: rgb(97,216,193); }
td.TdClassName
{
border-color: #61D8C1;
}
.TagClassName
{
border-color: #61D8C1;
}
</style>