Shades of Downy #61CFC3
Tints of Downy #61CFC3
RGB
CMYK
RGB Variations
Color information
#61CFC3 (or 0x61CFC3) is known color: Downy. HEX triplet: 61, CF and C3. RGB value is (97,207,195). Sum of RGB (Red+Green+Blue) = 97+207+195=499 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.44% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #61CFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CFC3 is #9E303C. Grayscale: #ACACAC. Windows color (decimal): -10367037 or 12832609. OLE color: 12832609.
HSL color Cylindrical-coordinate representation of color #61CFC3: hue angle of 173.45º 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 #61CFC3 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 207 | 195 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.19 |
| HSL | 173.45º | 0.53% | 0.6% | - |
| HSV(B) | 173.45º | 0.53% | 0.81% | - |
| XYZ | 37.09 | 51.11 | 59.54 | - |
| YUV | 172.74 | 140.56 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 207 | 195 | 0.53 | 0 | 0.06 | 0.19 | 173.45 | 0.53 | 0.6 |
| Hex | 61 | CF | C3 | 35 | 0 | 6 | 13 | AD | 35 | 3C |
| Octal | 141 | 317 | 303 | 65 | 0 | 6 | 23 | 255 | 65 | 74 |
| Binary | 1100001 | 11001111 | 11000011 | 110101 | 0 | 110 | 10011 | 10101101 | 110101 | 111100 |
Color Harmonies of #61CFC3
Complementary color
Monochromatic Colors of #61CFC3
Black with #61CFC3
Text Example
Text Example
White with #61CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CFC3; }
p { color: rgb(97,207,195); }
H1.HeaderClassName
{
color: #61CFC3;
}
.AnyTagClassName
{
color: #61CFC3;
}
</style>
background-color css
<style>
a { background-color: #61CFC3; }
a { background-color: rgb(97,207,195); }
div.DivClassName
{
background-color: #61CFC3;
}
.BgClassName
{
background-color: #61CFC3;
}
</style>
border-color css
<style>
span { border-color: #61CFC3; }
span { border-color: rgb(97,207,195); }
td.TdClassName
{
border-color: #61CFC3;
}
.TagClassName
{
border-color: #61CFC3;
}
</style>