Shades of Downy #63CDC0
Tints of Downy #63CDC0
RGB
CMYK
RGB Variations
Color information
#63CDC0 (or 0x63CDC0) is known color: Downy. HEX triplet: 63, CD and C0. RGB value is (99,205,192). Sum of RGB (Red+Green+Blue) = 99+205+192=496 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.96% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDC0 is #9C323F. Grayscale: #ABABAB. Windows color (decimal): -10236480 or 12635491. OLE color: 12635491.
HSL color Cylindrical-coordinate representation of color #63CDC0: hue angle of 172.64º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CDC0 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 205 | 192 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.20 |
| HSL | 172.64º | 0.51% | 0.6% | - |
| HSV(B) | 172.64º | 0.52% | 0.8% | - |
| XYZ | 36.49 | 50.12 | 57.62 | - |
| YUV | 171.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 205 | 192 | 0.52 | 0 | 0.06 | 0.20 | 172.64 | 0.51 | 0.6 |
| Hex | 63 | CD | C0 | 34 | 0 | 6 | 14 | AD | 33 | 3C |
| Octal | 143 | 315 | 300 | 64 | 0 | 6 | 24 | 255 | 63 | 74 |
| Binary | 1100011 | 11001101 | 11000000 | 110100 | 0 | 110 | 10100 | 10101101 | 110011 | 111100 |
Color Harmonies of #63CDC0
Complementary color
Monochromatic Colors of #63CDC0
Black with #63CDC0
Text Example
Text Example
White with #63CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CDC0; }
p { color: rgb(99,205,192); }
H1.HeaderClassName
{
color: #63CDC0;
}
.AnyTagClassName
{
color: #63CDC0;
}
</style>
background-color css
<style>
a { background-color: #63CDC0; }
a { background-color: rgb(99,205,192); }
div.DivClassName
{
background-color: #63CDC0;
}
.BgClassName
{
background-color: #63CDC0;
}
</style>
border-color css
<style>
span { border-color: #63CDC0; }
span { border-color: rgb(99,205,192); }
td.TdClassName
{
border-color: #63CDC0;
}
.TagClassName
{
border-color: #63CDC0;
}
</style>