Shades of Downy #61CFB9
Tints of Downy #61CFB9
RGB
CMYK
RGB Variations
Color information
#61CFB9 (or 0x61CFB9) is known color: Downy. HEX triplet: 61, CF and B9. RGB value is (97,207,185). Sum of RGB (Red+Green+Blue) = 97+207+185=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #61CFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CFB9 is #9E3046. Grayscale: #ABABAB. Windows color (decimal): -10367047 or 12177249. OLE color: 12177249.
HSL color Cylindrical-coordinate representation of color #61CFB9: hue angle of 168º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CFB9 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 207 | 185 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.19 |
| HSL | 168º | 0.53% | 0.6% | - |
| HSV(B) | 168º | 0.53% | 0.81% | - |
| XYZ | 36 | 50.67 | 53.78 | - |
| YUV | 171.6 | 135.56 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 207 | 185 | 0.53 | 0 | 0.11 | 0.19 | 168 | 0.53 | 0.6 |
| Hex | 61 | CF | B9 | 35 | 0 | B | 13 | A8 | 35 | 3C |
| Octal | 141 | 317 | 271 | 65 | 0 | 13 | 23 | 250 | 65 | 74 |
| Binary | 1100001 | 11001111 | 10111001 | 110101 | 0 | 1011 | 10011 | 10101000 | 110101 | 111100 |
Color Harmonies of #61CFB9
Complementary color
Monochromatic Colors of #61CFB9
Black with #61CFB9
Text Example
Text Example
White with #61CFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CFB9; }
p { color: rgb(97,207,185); }
H1.HeaderClassName
{
color: #61CFB9;
}
.AnyTagClassName
{
color: #61CFB9;
}
</style>
background-color css
<style>
a { background-color: #61CFB9; }
a { background-color: rgb(97,207,185); }
div.DivClassName
{
background-color: #61CFB9;
}
.BgClassName
{
background-color: #61CFB9;
}
</style>
border-color css
<style>
span { border-color: #61CFB9; }
span { border-color: rgb(97,207,185); }
td.TdClassName
{
border-color: #61CFB9;
}
.TagClassName
{
border-color: #61CFB9;
}
</style>