Shades of Downy #63DFC0
Tints of Downy #63DFC0
RGB
CMYK
RGB Variations
Color information
#63DFC0 (or 0x63DFC0) is known color: Downy. HEX triplet: 63, DF and C0. RGB value is (99,223,192). Sum of RGB (Red+Green+Blue) = 99+223+192=514 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.26% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #63DFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DFC0 is #9C203F. Grayscale: #B6B6B6. Windows color (decimal): -10231872 or 12640099. OLE color: 12640099.
HSL color Cylindrical-coordinate representation of color #63DFC0: hue angle of 165º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63DFC0 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 223 | 192 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.13 |
| HSL | 165º | 0.66% | 0.63% | - |
| HSV(B) | 165º | 0.56% | 0.87% | - |
| XYZ | 41.05 | 59.23 | 59.14 | - |
| YUV | 182.39 | 133.42 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 223 | 192 | 0.56 | 0 | 0.14 | 0.13 | 165 | 0.66 | 0.63 |
| Hex | 63 | DF | C0 | 38 | 0 | E | D | A5 | 42 | 3F |
| Octal | 143 | 337 | 300 | 70 | 0 | 16 | 15 | 245 | 102 | 77 |
| Binary | 1100011 | 11011111 | 11000000 | 111000 | 0 | 1110 | 1101 | 10100101 | 1000010 | 111111 |
Color Harmonies of #63DFC0
Complementary color
Monochromatic Colors of #63DFC0
Black with #63DFC0
Text Example
Text Example
White with #63DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DFC0; }
p { color: rgb(99,223,192); }
H1.HeaderClassName
{
color: #63DFC0;
}
.AnyTagClassName
{
color: #63DFC0;
}
</style>
background-color css
<style>
a { background-color: #63DFC0; }
a { background-color: rgb(99,223,192); }
div.DivClassName
{
background-color: #63DFC0;
}
.BgClassName
{
background-color: #63DFC0;
}
</style>
border-color css
<style>
span { border-color: #63DFC0; }
span { border-color: rgb(99,223,192); }
td.TdClassName
{
border-color: #63DFC0;
}
.TagClassName
{
border-color: #63DFC0;
}
</style>