Shades of Downy #61CEBA
Tints of Downy #61CEBA
RGB
CMYK
RGB Variations
Color information
#61CEBA (or 0x61CEBA) is known color: Downy. HEX triplet: 61, CE and BA. RGB value is (97,206,186). Sum of RGB (Red+Green+Blue) = 97+206+186=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CEBA is #9E3145. Grayscale: #ABABAB. Windows color (decimal): -10367302 or 12242529. OLE color: 12242529.
HSL color Cylindrical-coordinate representation of color #61CEBA: hue angle of 168.99º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CEBA is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 206 | 186 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.19 |
| HSL | 168.99º | 0.53% | 0.59% | - |
| HSV(B) | 168.99º | 0.53% | 0.81% | - |
| XYZ | 35.86 | 50.23 | 54.26 | - |
| YUV | 171.13 | 136.39 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 186 | 0.53 | 0 | 0.10 | 0.19 | 168.99 | 0.53 | 0.59 |
| Hex | 61 | CE | BA | 35 | 0 | A | 13 | A9 | 35 | 3B |
| Octal | 141 | 316 | 272 | 65 | 0 | 12 | 23 | 251 | 65 | 73 |
| Binary | 1100001 | 11001110 | 10111010 | 110101 | 0 | 1010 | 10011 | 10101001 | 110101 | 111011 |
Color Harmonies of #61CEBA
Complementary color
Monochromatic Colors of #61CEBA
Black with #61CEBA
Text Example
Text Example
White with #61CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CEBA; }
p { color: rgb(97,206,186); }
H1.HeaderClassName
{
color: #61CEBA;
}
.AnyTagClassName
{
color: #61CEBA;
}
</style>
background-color css
<style>
a { background-color: #61CEBA; }
a { background-color: rgb(97,206,186); }
div.DivClassName
{
background-color: #61CEBA;
}
.BgClassName
{
background-color: #61CEBA;
}
</style>
border-color css
<style>
span { border-color: #61CEBA; }
span { border-color: rgb(97,206,186); }
td.TdClassName
{
border-color: #61CEBA;
}
.TagClassName
{
border-color: #61CEBA;
}
</style>