Shades of Downy #63E5CA
Tints of Downy #63E5CA
RGB
CMYK
RGB Variations
Color information
#63E5CA (or 0x63E5CA) is known color: Downy. HEX triplet: 63, E5 and CA. RGB value is (99,229,202). Sum of RGB (Red+Green+Blue) = 99+229+202=530 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.68% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #63E5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E5CA is #9C1A35. Grayscale: #BBBBBB. Windows color (decimal): -10230326 or 13296995. OLE color: 13296995.
HSL color Cylindrical-coordinate representation of color #63E5CA: hue angle of 167.54º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63E5CA is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 229 | 202 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.10 |
| HSL | 167.54º | 0.71% | 0.64% | - |
| HSV(B) | 167.54º | 0.57% | 0.9% | - |
| XYZ | 43.83 | 62.96 | 65.72 | - |
| YUV | 187.05 | 136.43 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 229 | 202 | 0.57 | 0 | 0.12 | 0.10 | 167.54 | 0.71 | 0.64 |
| Hex | 63 | E5 | CA | 39 | 0 | C | A | A8 | 47 | 40 |
| Octal | 143 | 345 | 312 | 71 | 0 | 14 | 12 | 250 | 107 | 100 |
| Binary | 1100011 | 11100101 | 11001010 | 111001 | 0 | 1100 | 1010 | 10101000 | 1000111 | 1000000 |
Color Harmonies of #63E5CA
Complementary color
Monochromatic Colors of #63E5CA
Black with #63E5CA
Text Example
Text Example
White with #63E5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E5CA; }
p { color: rgb(99,229,202); }
H1.HeaderClassName
{
color: #63E5CA;
}
.AnyTagClassName
{
color: #63E5CA;
}
</style>
background-color css
<style>
a { background-color: #63E5CA; }
a { background-color: rgb(99,229,202); }
div.DivClassName
{
background-color: #63E5CA;
}
.BgClassName
{
background-color: #63E5CA;
}
</style>
border-color css
<style>
span { border-color: #63E5CA; }
span { border-color: rgb(99,229,202); }
td.TdClassName
{
border-color: #63E5CA;
}
.TagClassName
{
border-color: #63E5CA;
}
</style>