Shades of Downy #61EEC4
Tints of Downy #61EEC4
RGB
CMYK
RGB Variations
Color information
#61EEC4 (or 0x61EEC4) is known color: Downy. HEX triplet: 61, EE and C4. RGB value is (97,238,196). Sum of RGB (Red+Green+Blue) = 97+238+196=531 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.27% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #61EEC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EEC4 is #9E113B. Grayscale: #BFBFBF. Windows color (decimal): -10359100 or 12906081. OLE color: 12906081.
HSL color Cylindrical-coordinate representation of color #61EEC4: hue angle of 162.13º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EEC4 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 238 | 196 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.07 |
| HSL | 162.13º | 0.81% | 0.66% | - |
| HSV(B) | 162.13º | 0.59% | 0.93% | - |
| XYZ | 45.47 | 67.68 | 62.89 | - |
| YUV | 191.05 | 130.79 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 238 | 196 | 0.59 | 0 | 0.18 | 0.07 | 162.13 | 0.81 | 0.66 |
| Hex | 61 | EE | C4 | 3B | 0 | 12 | 7 | A2 | 51 | 42 |
| Octal | 141 | 356 | 304 | 73 | 0 | 22 | 7 | 242 | 121 | 102 |
| Binary | 1100001 | 11101110 | 11000100 | 111011 | 0 | 10010 | 111 | 10100010 | 1010001 | 1000010 |
Color Harmonies of #61EEC4
Complementary color
Monochromatic Colors of #61EEC4
Black with #61EEC4
Text Example
Text Example
White with #61EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EEC4; }
p { color: rgb(97,238,196); }
H1.HeaderClassName
{
color: #61EEC4;
}
.AnyTagClassName
{
color: #61EEC4;
}
</style>
background-color css
<style>
a { background-color: #61EEC4; }
a { background-color: rgb(97,238,196); }
div.DivClassName
{
background-color: #61EEC4;
}
.BgClassName
{
background-color: #61EEC4;
}
</style>
border-color css
<style>
span { border-color: #61EEC4; }
span { border-color: rgb(97,238,196); }
td.TdClassName
{
border-color: #61EEC4;
}
.TagClassName
{
border-color: #61EEC4;
}
</style>