Shades of Downy #63DCC5
Tints of Downy #63DCC5
RGB
CMYK
RGB Variations
Color information
#63DCC5 (or 0x63DCC5) is known color: Downy. HEX triplet: 63, DC and C5. RGB value is (99,220,197). Sum of RGB (Red+Green+Blue) = 99+220+197=516 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.19% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #63DCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DCC5 is #9C233A. Grayscale: #B5B5B5. Windows color (decimal): -10232635 or 12967011. OLE color: 12967011.
HSL color Cylindrical-coordinate representation of color #63DCC5: hue angle of 168.6º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DCC5 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 220 | 197 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.14 |
| HSL | 168.6º | 0.63% | 0.63% | - |
| HSV(B) | 168.6º | 0.55% | 0.86% | - |
| XYZ | 40.82 | 57.87 | 61.84 | - |
| YUV | 181.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 220 | 197 | 0.55 | 0 | 0.10 | 0.14 | 168.6 | 0.63 | 0.63 |
| Hex | 63 | DC | C5 | 37 | 0 | A | E | A9 | 3F | 3F |
| Octal | 143 | 334 | 305 | 67 | 0 | 12 | 16 | 251 | 77 | 77 |
| Binary | 1100011 | 11011100 | 11000101 | 110111 | 0 | 1010 | 1110 | 10101001 | 111111 | 111111 |
Color Harmonies of #63DCC5
Complementary color
Monochromatic Colors of #63DCC5
Black with #63DCC5
Text Example
Text Example
White with #63DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DCC5; }
p { color: rgb(99,220,197); }
H1.HeaderClassName
{
color: #63DCC5;
}
.AnyTagClassName
{
color: #63DCC5;
}
</style>
background-color css
<style>
a { background-color: #63DCC5; }
a { background-color: rgb(99,220,197); }
div.DivClassName
{
background-color: #63DCC5;
}
.BgClassName
{
background-color: #63DCC5;
}
</style>
border-color css
<style>
span { border-color: #63DCC5; }
span { border-color: rgb(99,220,197); }
td.TdClassName
{
border-color: #63DCC5;
}
.TagClassName
{
border-color: #63DCC5;
}
</style>