Shades of Downy #63E8C4
Tints of Downy #63E8C4
RGB
CMYK
RGB Variations
Color information
#63E8C4 (or 0x63E8C4) is known color: Downy. HEX triplet: 63, E8 and C4. RGB value is (99,232,196). Sum of RGB (Red+Green+Blue) = 99+232+196=527 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.79% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #63E8C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63E8C4 is #9C173B. Grayscale: #BCBCBC. Windows color (decimal): -10229564 or 12904547. OLE color: 12904547.
HSL color Cylindrical-coordinate representation of color #63E8C4: hue angle of 163.76º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63E8C4 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 232 | 196 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.09 |
| HSL | 163.76º | 0.74% | 0.65% | - |
| HSV(B) | 163.76º | 0.57% | 0.91% | - |
| XYZ | 43.97 | 64.35 | 62.33 | - |
| YUV | 188.13 | 132.44 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 232 | 196 | 0.57 | 0 | 0.16 | 0.09 | 163.76 | 0.74 | 0.65 |
| Hex | 63 | E8 | C4 | 39 | 0 | 10 | 9 | A4 | 4A | 41 |
| Octal | 143 | 350 | 304 | 71 | 0 | 20 | 11 | 244 | 112 | 101 |
| Binary | 1100011 | 11101000 | 11000100 | 111001 | 0 | 10000 | 1001 | 10100100 | 1001010 | 1000001 |
Color Harmonies of #63E8C4
Complementary color
Monochromatic Colors of #63E8C4
Black with #63E8C4
Text Example
Text Example
White with #63E8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E8C4; }
p { color: rgb(99,232,196); }
H1.HeaderClassName
{
color: #63E8C4;
}
.AnyTagClassName
{
color: #63E8C4;
}
</style>
background-color css
<style>
a { background-color: #63E8C4; }
a { background-color: rgb(99,232,196); }
div.DivClassName
{
background-color: #63E8C4;
}
.BgClassName
{
background-color: #63E8C4;
}
</style>
border-color css
<style>
span { border-color: #63E8C4; }
span { border-color: rgb(99,232,196); }
td.TdClassName
{
border-color: #63E8C4;
}
.TagClassName
{
border-color: #63E8C4;
}
</style>