Shades of Downy #63E6C2
Tints of Downy #63E6C2
RGB
CMYK
RGB Variations
Color information
#63E6C2 (or 0x63E6C2) is known color: Downy. HEX triplet: 63, E6 and C2. RGB value is (99,230,194). Sum of RGB (Red+Green+Blue) = 99+230+194=523 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.93% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 230 - color contains mainly: green. Hex color #63E6C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63E6C2 is #9C193D. Grayscale: #BABABA. Windows color (decimal): -10230078 or 12772963. OLE color: 12772963.
HSL color Cylindrical-coordinate representation of color #63E6C2: hue angle of 163.51º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63E6C2 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 230 | 194 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.10 |
| HSL | 163.51º | 0.72% | 0.65% | - |
| HSV(B) | 163.51º | 0.57% | 0.9% | - |
| XYZ | 43.18 | 63.14 | 60.95 | - |
| YUV | 186.73 | 132.1 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 230 | 194 | 0.57 | 0 | 0.16 | 0.10 | 163.51 | 0.72 | 0.65 |
| Hex | 63 | E6 | C2 | 39 | 0 | 10 | A | A4 | 48 | 41 |
| Octal | 143 | 346 | 302 | 71 | 0 | 20 | 12 | 244 | 110 | 101 |
| Binary | 1100011 | 11100110 | 11000010 | 111001 | 0 | 10000 | 1010 | 10100100 | 1001000 | 1000001 |
Color Harmonies of #63E6C2
Complementary color
Monochromatic Colors of #63E6C2
Black with #63E6C2
Text Example
Text Example
White with #63E6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E6C2; }
p { color: rgb(99,230,194); }
H1.HeaderClassName
{
color: #63E6C2;
}
.AnyTagClassName
{
color: #63E6C2;
}
</style>
background-color css
<style>
a { background-color: #63E6C2; }
a { background-color: rgb(99,230,194); }
div.DivClassName
{
background-color: #63E6C2;
}
.BgClassName
{
background-color: #63E6C2;
}
</style>
border-color css
<style>
span { border-color: #63E6C2; }
span { border-color: rgb(99,230,194); }
td.TdClassName
{
border-color: #63E6C2;
}
.TagClassName
{
border-color: #63E6C2;
}
</style>