Shades of Downy #61DFCB
Tints of Downy #61DFCB
RGB
CMYK
RGB Variations
Color information
#61DFCB (or 0x61DFCB) is known color: Downy. HEX triplet: 61, DF and CB. RGB value is (97,223,203). Sum of RGB (Red+Green+Blue) = 97+223+203=523 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.55% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #61DFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DFCB is #9E2034. Grayscale: #B7B7B7. Windows color (decimal): -10362933 or 13360993. OLE color: 13360993.
HSL color Cylindrical-coordinate representation of color #61DFCB: hue angle of 170.48º 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 #61DFCB is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 203 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.13 |
| HSL | 170.48º | 0.66% | 0.63% | - |
| HSV(B) | 170.48º | 0.57% | 0.87% | - |
| XYZ | 42.1 | 59.63 | 65.79 | - |
| YUV | 183.05 | 139.26 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 203 | 0.57 | 0 | 0.09 | 0.13 | 170.48 | 0.66 | 0.63 |
| Hex | 61 | DF | CB | 39 | 0 | 9 | D | AA | 42 | 3F |
| Octal | 141 | 337 | 313 | 71 | 0 | 11 | 15 | 252 | 102 | 77 |
| Binary | 1100001 | 11011111 | 11001011 | 111001 | 0 | 1001 | 1101 | 10101010 | 1000010 | 111111 |
Color Harmonies of #61DFCB
Complementary color
Monochromatic Colors of #61DFCB
Black with #61DFCB
Text Example
Text Example
White with #61DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DFCB; }
p { color: rgb(97,223,203); }
H1.HeaderClassName
{
color: #61DFCB;
}
.AnyTagClassName
{
color: #61DFCB;
}
</style>
background-color css
<style>
a { background-color: #61DFCB; }
a { background-color: rgb(97,223,203); }
div.DivClassName
{
background-color: #61DFCB;
}
.BgClassName
{
background-color: #61DFCB;
}
</style>
border-color css
<style>
span { border-color: #61DFCB; }
span { border-color: rgb(97,223,203); }
td.TdClassName
{
border-color: #61DFCB;
}
.TagClassName
{
border-color: #61DFCB;
}
</style>