Shades of Downy #61DCC3
Tints of Downy #61DCC3
RGB
CMYK
RGB Variations
Color information
#61DCC3 (or 0x61DCC3) is known color: Downy. HEX triplet: 61, DC and C3. RGB value is (97,220,195). Sum of RGB (Red+Green+Blue) = 97+220+195=512 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.95% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCC3 is #9E233C. Grayscale: #B4B4B4. Windows color (decimal): -10363709 or 12835937. OLE color: 12835937.
HSL color Cylindrical-coordinate representation of color #61DCC3: hue angle of 167.8º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DCC3 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 195 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.14 |
| HSL | 167.8º | 0.64% | 0.62% | - |
| HSV(B) | 167.8º | 0.56% | 0.86% | - |
| XYZ | 40.37 | 57.67 | 60.63 | - |
| YUV | 180.37 | 136.25 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 195 | 0.56 | 0 | 0.11 | 0.14 | 167.8 | 0.64 | 0.62 |
| Hex | 61 | DC | C3 | 38 | 0 | B | E | A8 | 40 | 3E |
| Octal | 141 | 334 | 303 | 70 | 0 | 13 | 16 | 250 | 100 | 76 |
| Binary | 1100001 | 11011100 | 11000011 | 111000 | 0 | 1011 | 1110 | 10101000 | 1000000 | 111110 |
Color Harmonies of #61DCC3
Complementary color
Monochromatic Colors of #61DCC3
Black with #61DCC3
Text Example
Text Example
White with #61DCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DCC3; }
p { color: rgb(97,220,195); }
H1.HeaderClassName
{
color: #61DCC3;
}
.AnyTagClassName
{
color: #61DCC3;
}
</style>
background-color css
<style>
a { background-color: #61DCC3; }
a { background-color: rgb(97,220,195); }
div.DivClassName
{
background-color: #61DCC3;
}
.BgClassName
{
background-color: #61DCC3;
}
</style>
border-color css
<style>
span { border-color: #61DCC3; }
span { border-color: rgb(97,220,195); }
td.TdClassName
{
border-color: #61DCC3;
}
.TagClassName
{
border-color: #61DCC3;
}
</style>