Shades of Downy #61DACB
Tints of Downy #61DACB
RGB
CMYK
RGB Variations
Color information
#61DACB (or 0x61DACB) is known color: Downy. HEX triplet: 61, DA and CB. RGB value is (97,218,203). Sum of RGB (Red+Green+Blue) = 97+218+203=518 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.73% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #61DACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DACB is #9E2534. Grayscale: #B4B4B4. Windows color (decimal): -10364213 or 13359713. OLE color: 13359713.
HSL color Cylindrical-coordinate representation of color #61DACB: hue angle of 172.56º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DACB is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 218 | 203 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.15 |
| HSL | 172.56º | 0.62% | 0.62% | - |
| HSV(B) | 172.56º | 0.56% | 0.85% | - |
| XYZ | 40.78 | 57 | 65.35 | - |
| YUV | 180.11 | 140.91 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 218 | 203 | 0.56 | 0 | 0.07 | 0.15 | 172.56 | 0.62 | 0.62 |
| Hex | 61 | DA | CB | 38 | 0 | 7 | F | AD | 3E | 3E |
| Octal | 141 | 332 | 313 | 70 | 0 | 7 | 17 | 255 | 76 | 76 |
| Binary | 1100001 | 11011010 | 11001011 | 111000 | 0 | 111 | 1111 | 10101101 | 111110 | 111110 |
Color Harmonies of #61DACB
Complementary color
Monochromatic Colors of #61DACB
Black with #61DACB
Text Example
Text Example
White with #61DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DACB; }
p { color: rgb(97,218,203); }
H1.HeaderClassName
{
color: #61DACB;
}
.AnyTagClassName
{
color: #61DACB;
}
</style>
background-color css
<style>
a { background-color: #61DACB; }
a { background-color: rgb(97,218,203); }
div.DivClassName
{
background-color: #61DACB;
}
.BgClassName
{
background-color: #61DACB;
}
</style>
border-color css
<style>
span { border-color: #61DACB; }
span { border-color: rgb(97,218,203); }
td.TdClassName
{
border-color: #61DACB;
}
.TagClassName
{
border-color: #61DACB;
}
</style>