Shades of Downy #61CFCB
Tints of Downy #61CFCB
RGB
CMYK
RGB Variations
Color information
#61CFCB (or 0x61CFCB) is known color: Downy. HEX triplet: 61, CF and CB. RGB value is (97,207,203). Sum of RGB (Red+Green+Blue) = 97+207+203=507 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.13% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #61CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CFCB is #9E3034. Grayscale: #ADADAD. Windows color (decimal): -10367029 or 13356897. OLE color: 13356897.
HSL color Cylindrical-coordinate representation of color #61CFCB: hue angle of 177.82º 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 #61CFCB is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 207 | 203 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.19 |
| HSL | 177.82º | 0.53% | 0.6% | - |
| HSV(B) | 177.82º | 0.53% | 0.81% | - |
| XYZ | 38.02 | 51.48 | 64.43 | - |
| YUV | 173.65 | 144.56 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 207 | 203 | 0.53 | 0 | 0.02 | 0.19 | 177.82 | 0.53 | 0.6 |
| Hex | 61 | CF | CB | 35 | 0 | 2 | 13 | B2 | 35 | 3C |
| Octal | 141 | 317 | 313 | 65 | 0 | 2 | 23 | 262 | 65 | 74 |
| Binary | 1100001 | 11001111 | 11001011 | 110101 | 0 | 10 | 10011 | 10110010 | 110101 | 111100 |
Color Harmonies of #61CFCB
Complementary color
Monochromatic Colors of #61CFCB
Black with #61CFCB
Text Example
Text Example
White with #61CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CFCB; }
p { color: rgb(97,207,203); }
H1.HeaderClassName
{
color: #61CFCB;
}
.AnyTagClassName
{
color: #61CFCB;
}
</style>
background-color css
<style>
a { background-color: #61CFCB; }
a { background-color: rgb(97,207,203); }
div.DivClassName
{
background-color: #61CFCB;
}
.BgClassName
{
background-color: #61CFCB;
}
</style>
border-color css
<style>
span { border-color: #61CFCB; }
span { border-color: rgb(97,207,203); }
td.TdClassName
{
border-color: #61CFCB;
}
.TagClassName
{
border-color: #61CFCB;
}
</style>