Shades of Downy #61E5CC
Tints of Downy #61E5CC
RGB
CMYK
RGB Variations
Color information
#61E5CC (or 0x61E5CC) is known color: Downy. HEX triplet: 61, E5 and CC. RGB value is (97,229,204). Sum of RGB (Red+Green+Blue) = 97+229+204=530 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.30% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #61E5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E5CC is #9E1A33. Grayscale: #BABABA. Windows color (decimal): -10361396 or 13428065. OLE color: 13428065.
HSL color Cylindrical-coordinate representation of color #61E5CC: hue angle of 168.64º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E5CC is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 229 | 204 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.10 |
| HSL | 168.64º | 0.72% | 0.64% | - |
| HSV(B) | 168.64º | 0.58% | 0.9% | - |
| XYZ | 43.85 | 62.94 | 66.96 | - |
| YUV | 186.68 | 137.77 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 229 | 204 | 0.58 | 0 | 0.11 | 0.10 | 168.64 | 0.72 | 0.64 |
| Hex | 61 | E5 | CC | 3A | 0 | B | A | A9 | 48 | 40 |
| Octal | 141 | 345 | 314 | 72 | 0 | 13 | 12 | 251 | 110 | 100 |
| Binary | 1100001 | 11100101 | 11001100 | 111010 | 0 | 1011 | 1010 | 10101001 | 1001000 | 1000000 |
Color Harmonies of #61E5CC
Complementary color
Monochromatic Colors of #61E5CC
Black with #61E5CC
Text Example
Text Example
White with #61E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E5CC; }
p { color: rgb(97,229,204); }
H1.HeaderClassName
{
color: #61E5CC;
}
.AnyTagClassName
{
color: #61E5CC;
}
</style>
background-color css
<style>
a { background-color: #61E5CC; }
a { background-color: rgb(97,229,204); }
div.DivClassName
{
background-color: #61E5CC;
}
.BgClassName
{
background-color: #61E5CC;
}
</style>
border-color css
<style>
span { border-color: #61E5CC; }
span { border-color: rgb(97,229,204); }
td.TdClassName
{
border-color: #61E5CC;
}
.TagClassName
{
border-color: #61E5CC;
}
</style>