Shades of Downy #61CDC5
Tints of Downy #61CDC5
RGB
CMYK
RGB Variations
Color information
#61CDC5 (or 0x61CDC5) is known color: Downy. HEX triplet: 61, CD and C5. RGB value is (97,205,197). Sum of RGB (Red+Green+Blue) = 97+205+197=499 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.44% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #61CDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CDC5 is #9E323A. Grayscale: #ABABAB. Windows color (decimal): -10367547 or 12963169. OLE color: 12963169.
HSL color Cylindrical-coordinate representation of color #61CDC5: hue angle of 175.56º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CDC5 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 205 | 197 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.20 |
| HSL | 175.56º | 0.52% | 0.59% | - |
| HSV(B) | 175.56º | 0.53% | 0.8% | - |
| XYZ | 36.84 | 50.24 | 60.58 | - |
| YUV | 171.8 | 142.22 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 205 | 197 | 0.53 | 0 | 0.04 | 0.20 | 175.56 | 0.52 | 0.59 |
| Hex | 61 | CD | C5 | 35 | 0 | 4 | 14 | B0 | 34 | 3B |
| Octal | 141 | 315 | 305 | 65 | 0 | 4 | 24 | 260 | 64 | 73 |
| Binary | 1100001 | 11001101 | 11000101 | 110101 | 0 | 100 | 10100 | 10110000 | 110100 | 111011 |
Color Harmonies of #61CDC5
Complementary color
Monochromatic Colors of #61CDC5
Black with #61CDC5
Text Example
Text Example
White with #61CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CDC5; }
p { color: rgb(97,205,197); }
H1.HeaderClassName
{
color: #61CDC5;
}
.AnyTagClassName
{
color: #61CDC5;
}
</style>
background-color css
<style>
a { background-color: #61CDC5; }
a { background-color: rgb(97,205,197); }
div.DivClassName
{
background-color: #61CDC5;
}
.BgClassName
{
background-color: #61CDC5;
}
</style>
border-color css
<style>
span { border-color: #61CDC5; }
span { border-color: rgb(97,205,197); }
td.TdClassName
{
border-color: #61CDC5;
}
.TagClassName
{
border-color: #61CDC5;
}
</style>