Shades of Downy #61C4BF
Tints of Downy #61C4BF
RGB
CMYK
RGB Variations
Color information
#61C4BF (or 0x61C4BF) is known color: Downy. HEX triplet: 61, C4 and BF. RGB value is (97,196,191). Sum of RGB (Red+Green+Blue) = 97+196+191=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #61C4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C4BF is #9E3B40. Grayscale: #A5A5A5. Windows color (decimal): -10369857 or 12567649. OLE color: 12567649.
HSL color Cylindrical-coordinate representation of color #61C4BF: hue angle of 176.97º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C4BF is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 196 | 191 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.23 |
| HSL | 176.97º | 0.46% | 0.57% | - |
| HSV(B) | 176.97º | 0.51% | 0.77% | - |
| XYZ | 34.07 | 45.78 | 56.33 | - |
| YUV | 165.83 | 142.2 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 196 | 191 | 0.51 | 0 | 0.03 | 0.23 | 176.97 | 0.46 | 0.57 |
| Hex | 61 | C4 | BF | 33 | 0 | 3 | 17 | B1 | 2E | 39 |
| Octal | 141 | 304 | 277 | 63 | 0 | 3 | 27 | 261 | 56 | 71 |
| Binary | 1100001 | 11000100 | 10111111 | 110011 | 0 | 11 | 10111 | 10110001 | 101110 | 111001 |
Color Harmonies of #61C4BF
Complementary color
Monochromatic Colors of #61C4BF
Black with #61C4BF
Text Example
Text Example
White with #61C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C4BF; }
p { color: rgb(97,196,191); }
H1.HeaderClassName
{
color: #61C4BF;
}
.AnyTagClassName
{
color: #61C4BF;
}
</style>
background-color css
<style>
a { background-color: #61C4BF; }
a { background-color: rgb(97,196,191); }
div.DivClassName
{
background-color: #61C4BF;
}
.BgClassName
{
background-color: #61C4BF;
}
</style>
border-color css
<style>
span { border-color: #61C4BF; }
span { border-color: rgb(97,196,191); }
td.TdClassName
{
border-color: #61C4BF;
}
.TagClassName
{
border-color: #61C4BF;
}
</style>