Shades of Downy #63ECC5
Tints of Downy #63ECC5
RGB
CMYK
RGB Variations
Color information
#63ECC5 (or 0x63ECC5) is known color: Downy. HEX triplet: 63, EC and C5. RGB value is (99,236,197). Sum of RGB (Red+Green+Blue) = 99+236+197=532 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.61% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #63ECC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63ECC5 is #9C133A. Grayscale: #BEBEBE. Windows color (decimal): -10228539 or 12971107. OLE color: 12971107.
HSL color Cylindrical-coordinate representation of color #63ECC5: hue angle of 162.92º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63ECC5 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 236 | 197 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.07 |
| HSL | 162.92º | 0.78% | 0.66% | - |
| HSV(B) | 162.92º | 0.58% | 0.93% | - |
| XYZ | 45.22 | 66.67 | 63.31 | - |
| YUV | 190.59 | 131.61 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 236 | 197 | 0.58 | 0 | 0.17 | 0.07 | 162.92 | 0.78 | 0.66 |
| Hex | 63 | EC | C5 | 3A | 0 | 11 | 7 | A3 | 4E | 42 |
| Octal | 143 | 354 | 305 | 72 | 0 | 21 | 7 | 243 | 116 | 102 |
| Binary | 1100011 | 11101100 | 11000101 | 111010 | 0 | 10001 | 111 | 10100011 | 1001110 | 1000010 |
Color Harmonies of #63ECC5
Complementary color
Monochromatic Colors of #63ECC5
Black with #63ECC5
Text Example
Text Example
White with #63ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ECC5; }
p { color: rgb(99,236,197); }
H1.HeaderClassName
{
color: #63ECC5;
}
.AnyTagClassName
{
color: #63ECC5;
}
</style>
background-color css
<style>
a { background-color: #63ECC5; }
a { background-color: rgb(99,236,197); }
div.DivClassName
{
background-color: #63ECC5;
}
.BgClassName
{
background-color: #63ECC5;
}
</style>
border-color css
<style>
span { border-color: #63ECC5; }
span { border-color: rgb(99,236,197); }
td.TdClassName
{
border-color: #63ECC5;
}
.TagClassName
{
border-color: #63ECC5;
}
</style>