Shades of Downy #63E2C4
Tints of Downy #63E2C4
RGB
CMYK
RGB Variations
Color information
#63E2C4 (or 0x63E2C4) is known color: Downy. HEX triplet: 63, E2 and C4. RGB value is (99,226,196). Sum of RGB (Red+Green+Blue) = 99+226+196=521 (69% of max value = 765). Red value is 99 (39.06% from 255 or 19.00% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #63E2C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E2C4 is #9C1D3B. Grayscale: #B8B8B8. Windows color (decimal): -10231100 or 12903011. OLE color: 12903011.
HSL color Cylindrical-coordinate representation of color #63E2C4: hue angle of 165.83º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63E2C4 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 226 | 196 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.11 |
| HSL | 165.83º | 0.69% | 0.64% | - |
| HSV(B) | 165.83º | 0.56% | 0.89% | - |
| XYZ | 42.31 | 61.03 | 61.77 | - |
| YUV | 184.61 | 134.42 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 226 | 196 | 0.56 | 0 | 0.13 | 0.11 | 165.83 | 0.69 | 0.64 |
| Hex | 63 | E2 | C4 | 38 | 0 | D | B | A6 | 45 | 40 |
| Octal | 143 | 342 | 304 | 70 | 0 | 15 | 13 | 246 | 105 | 100 |
| Binary | 1100011 | 11100010 | 11000100 | 111000 | 0 | 1101 | 1011 | 10100110 | 1000101 | 1000000 |
Color Harmonies of #63E2C4
Complementary color
Monochromatic Colors of #63E2C4
Black with #63E2C4
Text Example
Text Example
White with #63E2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E2C4; }
p { color: rgb(99,226,196); }
H1.HeaderClassName
{
color: #63E2C4;
}
.AnyTagClassName
{
color: #63E2C4;
}
</style>
background-color css
<style>
a { background-color: #63E2C4; }
a { background-color: rgb(99,226,196); }
div.DivClassName
{
background-color: #63E2C4;
}
.BgClassName
{
background-color: #63E2C4;
}
</style>
border-color css
<style>
span { border-color: #63E2C4; }
span { border-color: rgb(99,226,196); }
td.TdClassName
{
border-color: #63E2C4;
}
.TagClassName
{
border-color: #63E2C4;
}
</style>