Shades of Downy #61CAB6
Tints of Downy #61CAB6
RGB
CMYK
RGB Variations
Color information
#61CAB6 (or 0x61CAB6) is known color: Downy. HEX triplet: 61, CA and B6. RGB value is (97,202,182). Sum of RGB (Red+Green+Blue) = 97+202+182=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #61CAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CAB6 is #9E3549. Grayscale: #A8A8A8. Windows color (decimal): -10368330 or 11979361. OLE color: 11979361.
HSL color Cylindrical-coordinate representation of color #61CAB6: hue angle of 168.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CAB6 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 182 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.21 |
| HSL | 168.57º | 0.5% | 0.59% | - |
| HSV(B) | 168.57º | 0.52% | 0.79% | - |
| XYZ | 34.49 | 48.16 | 51.73 | - |
| YUV | 168.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 182 | 0.52 | 0 | 0.10 | 0.21 | 168.57 | 0.5 | 0.59 |
| Hex | 61 | CA | B6 | 34 | 0 | A | 15 | A9 | 32 | 3B |
| Octal | 141 | 312 | 266 | 64 | 0 | 12 | 25 | 251 | 62 | 73 |
| Binary | 1100001 | 11001010 | 10110110 | 110100 | 0 | 1010 | 10101 | 10101001 | 110010 | 111011 |
Color Harmonies of #61CAB6
Complementary color
Monochromatic Colors of #61CAB6
Black with #61CAB6
Text Example
Text Example
White with #61CAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CAB6; }
p { color: rgb(97,202,182); }
H1.HeaderClassName
{
color: #61CAB6;
}
.AnyTagClassName
{
color: #61CAB6;
}
</style>
background-color css
<style>
a { background-color: #61CAB6; }
a { background-color: rgb(97,202,182); }
div.DivClassName
{
background-color: #61CAB6;
}
.BgClassName
{
background-color: #61CAB6;
}
</style>
border-color css
<style>
span { border-color: #61CAB6; }
span { border-color: rgb(97,202,182); }
td.TdClassName
{
border-color: #61CAB6;
}
.TagClassName
{
border-color: #61CAB6;
}
</style>