Shades of Downy #63E4CE
Tints of Downy #63E4CE
RGB
CMYK
RGB Variations
Color information
#63E4CE (or 0x63E4CE) is known color: Downy. HEX triplet: 63, E4 and CE. RGB value is (99,228,206). Sum of RGB (Red+Green+Blue) = 99+228+206=533 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.57% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #63E4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E4CE is #9C1B31. Grayscale: #BABABA. Windows color (decimal): -10230578 or 13558883. OLE color: 13558883.
HSL color Cylindrical-coordinate representation of color #63E4CE: hue angle of 169.77º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63E4CE is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 228 | 206 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.11 |
| HSL | 169.77º | 0.7% | 0.64% | - |
| HSV(B) | 169.77º | 0.57% | 0.89% | - |
| XYZ | 44.03 | 62.6 | 68.15 | - |
| YUV | 186.92 | 138.76 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 228 | 206 | 0.57 | 0 | 0.10 | 0.11 | 169.77 | 0.7 | 0.64 |
| Hex | 63 | E4 | CE | 39 | 0 | A | B | AA | 46 | 40 |
| Octal | 143 | 344 | 316 | 71 | 0 | 12 | 13 | 252 | 106 | 100 |
| Binary | 1100011 | 11100100 | 11001110 | 111001 | 0 | 1010 | 1011 | 10101010 | 1000110 | 1000000 |
Color Harmonies of #63E4CE
Complementary color
Monochromatic Colors of #63E4CE
Black with #63E4CE
Text Example
Text Example
White with #63E4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E4CE; }
p { color: rgb(99,228,206); }
H1.HeaderClassName
{
color: #63E4CE;
}
.AnyTagClassName
{
color: #63E4CE;
}
</style>
background-color css
<style>
a { background-color: #63E4CE; }
a { background-color: rgb(99,228,206); }
div.DivClassName
{
background-color: #63E4CE;
}
.BgClassName
{
background-color: #63E4CE;
}
</style>
border-color css
<style>
span { border-color: #63E4CE; }
span { border-color: rgb(99,228,206); }
td.TdClassName
{
border-color: #63E4CE;
}
.TagClassName
{
border-color: #63E4CE;
}
</style>