Shades of Downy #61C9BD
Tints of Downy #61C9BD
RGB
CMYK
RGB Variations
Color information
#61C9BD (or 0x61C9BD) is known color: Downy. HEX triplet: 61, C9 and BD. RGB value is (97,201,189). Sum of RGB (Red+Green+Blue) = 97+201+189=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #61C9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C9BD is #9E3642. Grayscale: #A8A8A8. Windows color (decimal): -10368579 or 12437857. OLE color: 12437857.
HSL color Cylindrical-coordinate representation of color #61C9BD: hue angle of 173.08º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61C9BD is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 201 | 189 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.21 |
| HSL | 173.08º | 0.49% | 0.58% | - |
| HSV(B) | 173.08º | 0.52% | 0.79% | - |
| XYZ | 35 | 47.99 | 55.56 | - |
| YUV | 168.54 | 139.54 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 201 | 189 | 0.52 | 0 | 0.06 | 0.21 | 173.08 | 0.49 | 0.58 |
| Hex | 61 | C9 | BD | 34 | 0 | 6 | 15 | AD | 31 | 3A |
| Octal | 141 | 311 | 275 | 64 | 0 | 6 | 25 | 255 | 61 | 72 |
| Binary | 1100001 | 11001001 | 10111101 | 110100 | 0 | 110 | 10101 | 10101101 | 110001 | 111010 |
Color Harmonies of #61C9BD
Complementary color
Monochromatic Colors of #61C9BD
Black with #61C9BD
Text Example
Text Example
White with #61C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C9BD; }
p { color: rgb(97,201,189); }
H1.HeaderClassName
{
color: #61C9BD;
}
.AnyTagClassName
{
color: #61C9BD;
}
</style>
background-color css
<style>
a { background-color: #61C9BD; }
a { background-color: rgb(97,201,189); }
div.DivClassName
{
background-color: #61C9BD;
}
.BgClassName
{
background-color: #61C9BD;
}
</style>
border-color css
<style>
span { border-color: #61C9BD; }
span { border-color: rgb(97,201,189); }
td.TdClassName
{
border-color: #61C9BD;
}
.TagClassName
{
border-color: #61C9BD;
}
</style>